Forum Discussion
Incorrect Total in Matrix Table
- 3 years ago
A_a_a your measure should be just this:
Measure 0 = VAR __result = SUMX ( SUMMARIZE ( 'Actual Table', dim_product[Product], dim_date[Week], "@Cal", [Calculations] ), [@Cal] ) RETURN __result👉 Learn Power BI and Fabric - subscribe to our YT channel - @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤️
A_a_a it is hard to tell what is going on without a data model, and definition of measures. I would recommend sharing pbix file, and removing sensitive information before sharing.
- A_a_a3 years agoHelper III
Hi parry2k
Thank you.
I created a new model to share using the same logic and putting your measure.
I noticed that your measure works perfectly when there is no filter applied:
but when I choose any week, Total is incorrect:
How can we change the measure to be correct when we want to choose/filter Week or Product in Slicers?
I wanted to attached the file, however I cannot see such option here 😕
Thanks,
G.