Cube.AttributeMemberProperty

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.

Other functions related to Cube.AttributeMemberProperty are:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/cube-attributememberproperty
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.