Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Icon for Administrator rankAdministrator
2 years ago
Solved

Measured Total Sum Not Filtered Correctly

I have the total of an average with its totals, when I make a filter the total sum still adds the total of the measure and not the total of the filter, any idea?

Thank you.

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Syndicate_Admin ,

    I create a simple table as you mentioned.

    Then I create a calculated column and here is the DAX code.

    Sum = 'Table'[Number]*'Table'[Sale]

    When I add a slicer and it will change Total.

     

     

     

    Best Regards

    Yilong Zhou

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

2 Replies