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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I have measure like below :
Solved! Go to Solution.
Hi All,
I got the results by first creating a measure and then creating second measure to apply grand total.
I also made the relationship as bidirectional for product_los table.
SUMX(KEEPFILTERS()) was the key thing to use as I want my table to keep the filters from the other column.
Hi All,
I got the results by first creating a measure and then creating second measure to apply grand total.
I also made the relationship as bidirectional for product_los table.
SUMX(KEEPFILTERS()) was the key thing to use as I want my table to keep the filters from the other column.
Hi @alexa_0028 ,
Please provide the relevant information and test data according to the following blog content, and I will answer you as soon as possible.
How to Get Your Question Answered Quickly - Microsoft Power BI Community
Looking forward to your reply.
Best Regards,
Henry
Hi @vanessafvg
thanks for sharing the link
I updated my DASX and still i am getting incorrect result
its really hard to read what you are doing, if you are able to suppy data in text format that would be better.
also when you say it is wrong which is correct? you need to provide more information if you need help
providing sample data
explaining which total you expecting
explain what you trying to do from a business requirement perspective
explaning where the error is
Proud to be a Super User!
you need to understand how power bi works, this video explains why totals dont always match. In your second calc you are using an iterator so that is probably why
https://www.youtube.com/watch?v=Rii_6qkLNh8
Proud to be a Super User!