Forum Discussion

Mirithu's avatar
Mirithu
Helper II
4 years ago
Solved

Remove Distinct Count From Grand Total

Hi, I have a common problem with incorrect grand totals but cannot seem to get a solution from previous posts.   I have data with customer numbers and dates columns. I am calculating the distinct ...
  • Mirithu's avatar
    Mirithu
    4 years ago

    Thank you philouduv 

     

    I also used this formula and it also works:

     

    Correct Total =
    IF( HASONEVALUE( Calendar[Month Name] ),
    [No of Customers],
    SUMX( VALUES( Calendar[Month Name] ), [No of Customers] )
    )