Cube.Measures
Returns a table containing the set of available measures.
function (optionalcube
as nullable 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.Cube
Last modified 4yr ago