Forum Discussion
Currency Switcher doesn't work correctly
- Anonymous2 years ago
Hi, lucie_rabochova
Based on the pbix file you provided me, I think you can change the DAX code for your SwitchRevenue Measure.
Replace "TRY", DIVIDE(SUM(MetricsTable[Revenue_DKK]),MAX('CalculateCurrency'[TRY])) with "TRY", SUM(MetricsTable[Revenue_TRY])*1
This will give you the result you want.
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, lucie_rabochova
Based on the pbix file you provided me, I think you can change the DAX code for your SwitchRevenue Measure.
Replace "TRY", DIVIDE(SUM(MetricsTable[Revenue_DKK]),MAX('CalculateCurrency'[TRY])) with "TRY", SUM(MetricsTable[Revenue_TRY])*1
This will give you the result you want.
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.