Forum Discussion
Molin
Helper I
4 years agoCurrency Format
Dear Community, I am working on a report where the users should be able to switch between 3 different currencies. I have created a simple table (CurrencyMeasure) and the following DAX command...
- 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
johnt75
Super User
4 years agoI 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
Molin
Helper I
4 years agoHi,
Thanks a million. I got it solved with the SELECTEDMEASUREFORMATSTRING()