Comment on page
Cube.AddMeasureColumn
Adds a column to the cube that contains the results of the measure applied in the row context of each row.
function (cube
as table,column
as text, optionalmeasureSelector
as nullable any) as table
Adds a column with the name
column
to the cube
that contains the results of the measure measureSelector
applied in the row context of each row. Measure application is affected by changes to dimension granularity and slicing. Measure values will be adjusted after certain cube operations are performed.Cube
Last modified 5yr ago