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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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])))
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 51 | |
| 46 | |
| 23 | |
| 19 |
| User | Count |
|---|---|
| 139 | |
| 112 | |
| 51 | |
| 33 | |
| 29 |