Cube.MeasureProperty

Updated on

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:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/cube-measureproperty

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy