The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
123 | |
85 | |
77 | |
55 | |
49 |
User | Count |
---|---|
135 | |
127 | |
78 | |
64 | |
63 |