Cube.PropertyKey is a function in the Power Query M language that returns the key of a specified cube property.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Cube.PropertyKey( property as any ) as any
Description
Returns the key of property property
.
Related functions
Other functions related to Cube.PropertyKey are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.ApplyParameter
- Cube.AttributeMemberId
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.Dimensions
- Cube.DisplayFolders
- Cube.MeasureProperties
- Cube.MeasureProperty
- Cube.Measures
- Cube.Parameters
- Cube.Properties
- Cube.ReplaceDimensions
- Cube.Transform
