Forum Discussion
Measure with no Total
Hello,
I have a table of measures with projected net, projected gains, and projected totals (net+gains) week to week.
Plus an additional measure where I get the following week's projected net.
This additional measure works as desired. The 5th column has the data from the first columns in the following week.
But, there is not a total.
Not sure why there would not be a total?
Measure =
- Anonymous3 years ago
Hi Anonymous ,
1.Try to add an additional measure as follows.
Measure 2 = SUMX ( 'Table', [Measure] )
2.You can use SUMMARIZE() to deal with. Below is the similar post for reference:
Solved: Re: Sum of values in a measure with divide measure - Microsoft Power BI Community
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- Greg_DecklerCommunity Champion
Anonymous First, please vote for this idea: https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e
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
Also: https://youtu.be/uXRriTN0cfY
And: https://youtu.be/n4TYhF2ARe8 - AnonymousNot applicable
Hi Anonymous ,
1.Try to add an additional measure as follows.
Measure 2 = SUMX ( 'Table', [Measure] )
2.You can use SUMMARIZE() to deal with. Below is the similar post for reference:
Solved: Re: Sum of values in a measure with divide measure - Microsoft Power BI Community
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.