Cube.Parameters is a function in the Power Query M language that returns a table of parameters that can be applied to a cube, where each parameter is a function. The function can be invoked to return the cube with the parameter and its arguments applied.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Cube.Parameters( cube as table ) as table
Description
Returns a table containing the set of parameters that can be applied to cube
. Each parameter is a function that can be invoked to get cube
with the parameter and its arguments applied.
Related functions
Other functions related to Cube.Parameters are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.ApplyParameter
- Cube.AttributeMemberId
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.Dimensions
- Cube.DisplayFolders
- Cube.MeasureProperties
- Cube.MeasureProperty
- Cube.Measures
- Cube.Properties
- Cube.PropertyKey
- Cube.ReplaceDimensions
- Cube.Transform
