Parameters allow you to add user input into custom measures in the dashboard widgets.
You can use a parameter with @ sign before the name of the input widget, you can rename a widget by
Right Click ->
Rename
Syntax Samples:
@widget constant
(Measure, [@widget:widgetName])
@widget shortcut
(Measure, [@widgetName])
@global constant, entire global scope
(Measure, [@global])
@global constant, explicit dimensions
(Measure, [@global:dim1;dim2])
See Also