Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello everybody,
I have a problem to create a measure in DAX for the cumulative percentage. I should make a column with the cumulative of the Percent N_ITEMS field already calculated. I attach the file. Thank you all.
@GoodMan85 , Try a measure like
calculate(sumx(values(Table[Item Code]) , [% N_ITEMS ]), filter(Table, Table[Item Code] <= max(Table[Item Code])))
Hi Amitchandak
This mesure ins't work. I've a column = 100% for all row.
This the situation
@GoodMan85 , Try like
alculate(sumx(values(Table[Item Code]) , [% N_ITEMS ]), filter(allselected(Table), Table[Item Code] <= max(Table[Item Code])))
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 38 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 141 | |
| 105 | |
| 63 | |
| 36 | |
| 35 |