Forum Discussion
Currency Format
- 4 years ago
I think you should be able to use SELECTEDMEASUREFORMATSTRING() as the default in a SWITCH statement, so unless you explicitly specify a new format string for a measure it will use its original setting
Hi johnt75 ,
When I try to use either SWITCH or IF I am able to format the selectedmeasures, however I can find a way to keep the normal format for all other measure. I have a table where I want the Calculated group to format some columns with Sales and Budget but the rest of the measures should keep their normal format.
How do I do that?
Thanks in advance.
I think you should be able to use SELECTEDMEASUREFORMATSTRING() as the default in a SWITCH statement, so unless you explicitly specify a new format string for a measure it will use its original setting
- Molin4 years agoHelper I
Hi,
Thanks a million. I got it solved with the SELECTEDMEASUREFORMATSTRING()