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!
I have a measure for a sumx and i need the grand total of it.
Quantity tot of selected =
SUMX(
SUMMARIZE(
Data, Data[ChannelNumber], Data[Date],
"qtyToCalc", IF( [Factory Leadtime raw] <> BLANK(), [Quantity])
),
[qtyToCalc]
)Is there a way for me to do that?
Solved! Go to Solution.
@Anonymous , Try like
Quantity tot of selected =
calculate(SUMX(
SUMMARIZE(
Data, Data[ChannelNumber], Data[Date],
"qtyToCalc", IF( [Factory Leadtime raw] <> BLANK(), [Quantity])
),
[qtyToCalc]
), allselected())
@Anonymous , Try like
Quantity tot of selected =
calculate(SUMX(
SUMMARIZE(
Data, Data[ChannelNumber], Data[Date],
"qtyToCalc", IF( [Factory Leadtime raw] <> BLANK(), [Quantity])
),
[qtyToCalc]
), allselected())
worked like a charm!
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 |
|---|---|
| 56 | |
| 53 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 122 | |
| 108 | |
| 44 | |
| 32 | |
| 26 |