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!
Dear Experts
Can someone please help me achieve this % value in the measure column based on the total of Qty.
Please help me with the formula.
Thanks in advance
MAHAD
Solved! Go to Solution.
Assuming that Qty is a measure, you could use
Qty % =
var currentQty = [Qty]
var totalQty = CALCULATE([Qty], ALLSELECTED())
return DIVIDE( currentQty, totalQty)
Assuming that Qty is a measure, you could use
Qty % =
var currentQty = [Qty]
var totalQty = CALCULATE([Qty], ALLSELECTED())
return DIVIDE( currentQty, totalQty)
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 |
|---|---|
| 57 | |
| 52 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 112 | |
| 108 | |
| 39 | |
| 34 | |
| 27 |