Forum Discussion
Total Measure Wrong
Hello, I'm stuck with the following problem, when I try to get the substraction of two columns in a new meassure the total of this one is wrong,
My formula is next:
Can you guide me, please?
Pleast try this expression. It should give you the correct results both on the rows and in the total, replacing with your table[column for your month values.
New Measure = SUMX(VALUES(Table[Month]), [subtraction])
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
3 Replies
- mahoneypatMicrosoft Employee
Pleast try this expression. It should give you the correct results both on the rows and in the total, replacing with your table[column for your month values.
New Measure = SUMX(VALUES(Table[Month]), [subtraction])
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
- marcomartinezFrequent Visitor
Mahoneypat, thank you, this help me with the issue!
- daxCommunity Support
Hi marcomartinez ,
You could refer to mahoneypat ' s suggestions, if this doesn't work, please inform me more detailed information(such as your expected output and your sample data )? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.