Cube.Measures is a function in the Power Query M language that returns a table containing the set of available measures within a cube. The function returns a table with each measure represented as a function, which can be applied to the cube using Cube.AddMeasureColumn.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Cube.Measures( cube as any ) as table
Description
Returns a table containing the set of available measures within the cube
.
Each measure is represented as a function. Measures can be applied to the cube using Cube.AddMeasureColumn.
Related functions
Other functions related to Cube.Measures are:
- Cube.AddAndExpandDimensionColumn
- Cube.AddMeasureColumn
- Cube.ApplyParameter
- Cube.AttributeMemberId
- Cube.AttributeMemberProperty
- Cube.CollapseAndRemoveColumns
- Cube.Dimensions
- Cube.DisplayFolders
- Cube.MeasureProperties
- Cube.MeasureProperty
- 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