Forum Discussion

CMC's avatar
CMC
Helper I
4 years ago
Solved

DistinctCount Not Counting Duplicate Entries

I'm using a measure to add the total number of values in the Customer Value column, however as there are duplicate values in the first two columns the Customer Value column is ingoring the duplicates...
  • foucaultf's avatar
    4 years ago

    Hi CMC 

     

    Please try following steps:

     

    1.Please create a measure as shown below.

     

    Measure = SUM('Sheet1'[Customer Value])/5

     

     

    2.Please create a measure called Sales Rep Utilisation %.

     

    Sales Rep Utilisation % = AVERAGEX('Sheet1',[Measure])

     

     

    3.In report page, you can get result you want.

     

    Best Regards