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
.
Related functions
Other functions related to Cube.ApplyParameter are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.AttributeMemberId
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.Dimensions
- Cube.DisplayFolders
- Cube.MeasureProperties
- Cube.MeasureProperty
- Cube.Measures
- Cube.Parameters
- Cube.Properties
- Cube.PropertyKey
- Cube.ReplaceDimensions
- Cube.Transform
