Forum Discussion
Summing Totals Help
Hi,
So I can't seem to get the logic behind getting these summed totals correct.
I have an if calculation that returns the Unit shortfall, but need the totals to be correct.
I tried creating this measure and DAX to ge the correct Totals, but it seems it did the calculation to every row in my table. Where should I put another filter on to make sure it only grabs the releveant coloumns for my totals?
Thanks! Here is the Data that its not summing correctly with this logic.
Thanks again!
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
3 Replies
- Greg_DecklerCommunity Champion
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- ModernAchillesHelper IHi Greg, Thanks for the help! That worked, I appreciate it! I'll give you kodos when it seems my browser will let me. Thanks again!
- Greg_DecklerCommunity Champion
No worries, glad it worked for you!