Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello.
I need your help please with the below measure we use to calculate our targets for the months July 2022-June 2023.
The measure is FY23 July = SUMX('FY23 Targets',[Revenue June FY22]*(1+'FY23 Targets'[MoM %])).
Solved! Go to Solution.
@vbis Maybe:
FY23 July =
VAR __Sum = SUMX('FY23 Targets',[Revenue June FY22]*(1+'FY23 Targets'[MoM %]))
RETURN
IF(__Sum = 0, 10000, __Sum)
@vbis This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
@vbis Maybe:
FY23 July =
VAR __Sum = SUMX('FY23 Targets',[Revenue June FY22]*(1+'FY23 Targets'[MoM %]))
RETURN
IF(__Sum = 0, 10000, __Sum)
Thank you so much @Greg_Deckler. It worked and i have to admit that i needed someone to unblock me 🙂
There is another issue now though. The $20K of these 2 countries are not added into the all up sum (the sum of the region these countries are part of).
Any ideas?
Thank you again
@vbis This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |