Forum Discussion
kjani
Helper I
6 years agoHelp in building a template
I would like your help in building this in PowerBI Desktop. I have a dataset with multiple variables. I need to calculate difference in values based on scenario (e.g. 1_Base vs. 2_Low) for each Name ...
- 6 years ago
Hi kjani ,
Check the code for the measure. It is subtracting the values and get the absolute value.
Ricardo
camargos88
Community Champion
6 years agoHi kjani ,
You just need to drag a matrix visualization to show it:
Check this file: Download PBIX
If you consider it as a solution, please mark as a solution and kudos.
Ricardo
- kjani6 years ago
Helper I
Thank you so much for quick response. However, I need the difference between the two scenarios. Your output is adding instead of subtracting. Thanks again.
- camargos886 years ago
Community Champion
- kjani6 years ago
Helper I
I am sorry, it's still adding the numbers. I need to see the difference in values between two scenarios (1_Base vs. 2_Low). Can you help? Thanks