There is an option to format a measure such as "round", "dollar", etc. There should be a functionality to do so conditionally based on user selection or via a Presentation Variable.
An example use - The dashboard has a table with a measure A. This measure can be either Amount ($ formatting), or Quantity (Round formatting).
The above use case can be solved by having a presentation variable with two values (Amount, and Quantity), and a formula column as a measure that selects either the Amount column or the Quantity column from source data depending on user selection of the presentation variable.
Today, however, no matter what the user selection is, the formula column measure can have one static formatting applied. There should be a functionality to make this dynamic as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.