Forum Discussion
Sum if movement
- 3 years ago
You can read an article about it here: Summing values for the total - SQLBI
Hi,
Great that you attached a sample file!
Power BI totals matrixes in a non-intuitive way. Many times, using SUMX() can fix it. I made a small tweak to your measure, wrapping everything in a SUMX(), to get the following:
Hope this helps!
- TomasAndersson3 years ago
Solution Sage
You can read an article about it here: Summing values for the total - SQLBI
- Anonymous3 years agoNot applicable
Thank you and appreciated for the article! New Dax user here and it feels so different from excel. Result code is not always visualized so it is a steeper learning curve.
- TomasAndersson3 years ago
Solution Sage
Yeah haha. I'm came to Power BI from Excel as well. The first hour or so was easy doing a few SUM() and AVERAGE()-s, but as soon as you come to just a bit more complicated stuff you have to start to think in an entirely new way 😅