Forum Discussion
SUM not working
- 3 years ago
Hi, Anonymous
You can use Dax calculations in Desktop.
Sample data:
Measure:
SUM = SUMX('Table',[Value])Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Anonymous
You can use Dax calculations in Desktop.
Sample data:
Measure:
SUM = SUMX('Table',[Value])
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
Yes! Exactly like this, however its still returining the same values as it did...
I think I have a problem within relationships. Because the returning sum value is exactly by only two NSR in the table.
So somehow its taking value 1 and 2 and creating sum out of them, not taking Value1 X each row ..
Any idea how to fix it?
- v-zhangti3 years agoCommunity Support
Hi, Anonymous
Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. I look forward to your response.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous3 years agoNot applicable
Hello,
sorry I didnt have time yesterday - I sorted it out differently, changed the relationships between data and I am working with NSR / per day to achive my sum (instead of NSR per working days assigned) 🙂
Thanks though for all your help 🙂