Cube.MeasureProperty

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.

Other functions related to Cube.MeasureProperty are:

BI Gorilla Youtube Channel

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