Forum Discussion
Distinct Count
Hi swaroopkumarmg ,
So the COUNT function counts all the rows within your dataset including duplicate values for your OpportunityID column.
But, when you use DISTINCTCOUNT on OpportunityID column, it just counts the unique values, ignoring any duplicates in this column in the data.
Thanks,
Pragati
- swaroopkumarmg6 years agoHelper II
Thank you so much for replying, the problem im facing here is not the difference between Count and Distinctcount functions.
Im using distinctcount function for OppID in both the graphs where the data set is the same but the only difference is the legend.
the objective here is to have the sum of the values in a perticulat month to be the same in both the graphs, but im getting different values.
Please go through my post completely and help me out.
thanks