Cube.ApplyParameter

Cube.ApplyParameter is a function in the Power Query M language that applies a parameter with arguments to a cube. The function returns the modified cube after applying the parameter.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Cube.ApplyParameter(
   cube as table,
   parameter as any,
   optional arguments as nullable list,
) as table

Description

Returns a cube after applying parameter with arguments to cube.

Other functions related to Cube.ApplyParameter are:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/cube-applyparameter
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.