Forum Discussion
Chanleakna123
6 years agoPost Prodigy
Sum Row in table with Measure
hi all ,
I have done my Measure with Avg Rolling 90 days , and found out the Sum in Row is not turning corrected.
how to make it right ?
5 Replies
- amitchandakSuper User
It going to give to Avg. Can you share expected output with some sample data
- Chanleakna123Post Prodigy
- amitchandakSuper User
This should work like
sumx(summarize(customer,customer[customer_name],"_avg",[Avg rolling 90 days]),[_avg]) calculate(sumx(table,[Avg rolling 90 days]),values(customer[customer_name]))But because it rolling time formula, It might not. But try
We basically need a row context to sum up data
- 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