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.
Hi,
Tried to use sumx for running total with measure field, but get error,
Solved! Go to Solution.
Hi,
You may download my PBI file from here.
Hope this helps.
Hi,
Share some data, describe the business question and show the expected result.
Hi @Ashish_Mathur ,
please see attached file.
I have a serial list, need to count all column as total amount, and then count column by Type as amount. want to create a P-chart for percentage. Accumulated amount/Total amount.
Listed a sample.
Hi,
Share the link from where i can download your PBI file.
Hi,
please download here for Powerbi, https://emcoreus-my.sharepoint.com/:u:/g/personal/steven_zhang_emcoreus_onmicrosoft_com/EVAeQ2TUXadJ...
here for data source, https://emcoreus-my.sharepoint.com/:x:/g/personal/steven_zhang_emcoreus_onmicrosoft_com/EfwsNdvQ1PZO...
Hi,
You may download my PBI file from here.
Hope this helps.
You are welcome.
Hi @naivecalf ,
We can create meausres as below.
Total amount = CALCULATE(COUNTA('Table'[Item]),ALLSELECTED('Table'))
Amount = CALCULATE(COUNTA('Table'[Item]))
Percentage = DIVIDE([Amount],[Total amount])
I already created those measures. now I need to create a new measure or column for Cumulative amount or cumulative percentage.
Regards
Steven
Hi @naivecalf ,
Don't know how your data looks like.
But you can refer this post and give a shot.
https://community.powerbi.com/t5/Desktop/Cumulative-Totals-for-measures/m-p/743814#M358599
If this is of not much help than please provide us some sample data.
Thanks,
Tejaswi
Hi @Anonymous ,
here is my data,
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
38 | |
30 | |
28 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |