Cube.AttributeMemberId is a function in the Power Query M language that retrieves the unique member identifier from a member property value attribute. The function returns the member identifier or null for other values.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Cube.AttributeMemberId( attribute as any ) as any
Description
Returns the unique member identifier from a member property value. attribute
. Returns null for any other values.
Related functions
Other functions related to Cube.AttributeMemberId are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.ApplyParameter
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.Dimensions
- Cube.DisplayFolders
- Cube.MeasureProperties
- Cube.MeasureProperty
- 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