This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi Experts
i have one question as below table data. the total calcuation is not expected result.
i want to calculate impact field which unit price variance multiply the actual volume, and the expected total calculation is sum all the category's impact field. however, the power bi is applied the total unit price variance multiply total actual volume. is there any way to approach the expected total result? Thanks.
Solved! Go to Solution.
@Anonymous , You need to force row context to get the correct total, Assuming both [Unit Price Variance], and [Volume] are measures. or clear those
Sumx(Values(Table[Category]), [Unit Price Variance] *[Volume] )
@Anonymous , You need to force row context to get the correct total, Assuming both [Unit Price Variance], and [Volume] are measures. or clear those
Sumx(Values(Table[Category]), [Unit Price Variance] *[Volume] )
Thanks
but i have one issue here, actually there are 2 dimensions channel and category.
for the channel sub total it is working, but the grand total is not working.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 27 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |