Forum Discussion
CMC
4 years agoHelper I
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...
- 4 years ago
Hi CMC
Please try following steps:
1.Please create a measure as shown below.
Measure = SUM('Sheet1'[Customer Value])/52.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
CMC
4 years agoHelper I
Here is a copy of the Dashboard. All I Want to change is the %170 value from a total value to an average (%34 average) across all sales reps and just for that card.