Forum Discussion
SUM not working
Hello,
I cant figure out why my total sum is not working, its giving a really werid number. I want to filter based on month, etc... and see the total sum of NSR, double checked everything and cant find the issue 😞
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.
9 Replies
- danextianSuper User
Hi Anonymous ,
If it is a regular sum, it is unlikely to not show the total of the rows. Can you please a sample data and the formula you used?
- AnonymousNot applicable
Dates filtering comes from Date (date per record submitted by user and stored in Dataverse) and the NSR per day from calculated column
- danextianSuper User
It is hard to figure out what is wrong with just the information you provided. What you're showing is the formula in PQ but the sum formula could be different in DAX. Can you please post a sanitized version of the data model? Here's how you can get a quicker/better response: https://community.powerbi.com/t5/Desktop/bd-p/power-bi-designer
- danextianSuper User
Hi Anonymous ,
Which column from which table did you use for the SUM of NSR Per Day? Which table and column is your date from. While I can see the relationships between the tables, I can only imagine which columns are use to the create the relationships. This is a good read on how you can get a better response:
- v-zhangtiCommunity Support
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.
- AnonymousNot applicable
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-zhangtiCommunity 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.