Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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

  • 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?

    • Anonymous's avatar
      Anonymous
      Not applicable

      Dates filtering comes from Date (date per record submitted by user and stored in Dataverse) and the NSR per day from calculated column 

       

       

       

       

       

  • v-zhangti's avatar
    v-zhangti
    Community 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.

    • Anonymous's avatar
      Anonymous
      Not 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-zhangti's avatar
        v-zhangti
        Community 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.