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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 134 | |
| 96 | |
| 78 | |
| 67 | |
| 65 |