This function retrieves a list of measures that are currently selectable within the cube. Each measure is stored as a function that can be added to the cube using Cube.AddMeasureColumn.
Syntax
Cube.Measures(**cube** as any) as table.
About
This function retrieves a list of measures that are currently selectable within the cube. Each measure is stored as a function that can be added to the cube using Cube.AddMeasureColumn.