Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Countrows giving improper aggregation

I am trying to count for which day sales cross a threshold level but when I remove "day" column it shows 60 and , instead it should be 58 and 2 (total should be 60 as that is for 2 companies multipli...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous ,

     

    According to your description, here are my steps you can follow as a solution.

    (1)You can create a masure.

     

    Measure = SUMX( 'filter_date' , [Deliveries at Normal Level all days attempt_v1])

     

    (2)Then the result is as follows.

     

    Best Regards,

    Neeko Tang

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