Forum Discussion
Dgrooves
3 years agoRegular Visitor
Distinct count with phone numbers in Table
So I'm new to DAX and I know this is pretty basic. I'm just trying to create a measure based on how many of the same numbers called during a period of time. On a separate visual show the top 10 using TOPN
My formula:
Call Count Measure := DISTINCTCOUNT('Full Call Sheet'[Calling Party Number])
All I'm getting back is just the total of calls instead of a table with Phone number and the number of times they're called. Any help would be greatly appreciated.
7 Replies
- ryan_mayu
Super User
could you pls provide the sample data ? do you have a date table and filter the datetime?