Skip to main content

Cube.Measures

Returns a table containing the set of available measures.

Syntax

Cube.Measures(
cube as any
) as table

Remarks

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.

Category

Cube