Cube.MeasureProperty is a function in the Power Query M language that retrieves the property of a specified measure. The function returns the property value of the specified measure.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Cube.MeasureProperty(
measure as any,
propertyName as text,
) as any
Description
Returns the property propertyName
of measure measure
.
Related functions
Other functions related to Cube.MeasureProperty are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.ApplyParameter
- Cube.AttributeMemberId
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.Dimensions
- Cube.DisplayFolders
- Cube.MeasureProperties
- Cube.Measures
- Cube.Parameters
- Cube.Properties
- Cube.PropertyKey
- Cube.ReplaceDimensions
- Cube.Transform
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy