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