SETMEASURETITLE
Set a custom title for a measure header.
Syntax
SETMEASURETITLE(measure, value)Arguments
measure - Measure that requires a title change.
value - New title to rename the measure.
Example
SETMEASURETITLE([2024 Actuals], "PY Sales")
//Renames the 2024 Actuals measure to PY Sales
Changing the measure header with scripts:

Last updated
Was this helpful?