Forum Discussion
Dax formula help: Sorting distinct entries by frequency
- 7 years ago
Anonymous ,
You may refer to the post below.
Thanks,
Definitely along the right track, the only issue is that I need to be able to slice this down to a certain amount of time, and have it just show the number of repeat callers in that timeframe. Essentially, I need to be able to adapt the custom column so that it just checks against earlier calls within the sliced timeframe.
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.
- Anonymous7 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.