Forum Discussion
Anonymous
7 years agoNot applicable
Dax formula help: Sorting distinct entries by frequency
Hi all, I'm dealing with a lot of data from a call centre, and I am trying to investigate how many people contact us multiple times. I can ise DISTINCTCOUNT to find out how many different number...
- 7 years ago
Anonymous ,
You may refer to the post below.
sanct
7 years agoFrequent Visitor
Have you tried using a date dimension to slice your central table?
Some more info about the data model you're working with would be helpful.
Anonymous
7 years agoNot applicable
I have a date table linked to the call log that I can use to slice different dates. Ths issue is that using the method above I am pulling values a column that counts entries going all the way back to the start of the contact log. I need to be able to make it so that the new column only counts entries between the dates I am choosing on the slicer, to see how many people made multiple calls between selected dates.
- v-chuncz-msft7 years ago
Community Support
Anonymous ,
You may refer to the post below.