The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 ?
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
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
hi , the calcuation seem to lost sth . i can't proceed this.
can you help plz
User | Count |
---|---|
70 | |
67 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
78 | |
64 | |
55 | |
44 |