Cube.Measures
Syntax
Cube.Measures(cube as any) as table
About
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Cube.Measures(cube as any) as table
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.