Guitarmageddon
Board Regular
- Joined
- Dec 22, 2014
- Messages
- 161
So I have just one table that I added to the data model, to give me some of the flexibility of dax and afford me some practice time. I have a measure that is a distinct count on my "sites" column, to count unique store numbers in my data set. I would like the measure to ignore the filter context though, and no matter what site I may have the pivot table filtered down to, I want it to still reflect ALL my stores and not convert the distinct count to say, 1, once I filter. I think I need an ALL function here, but I cant quite grasp. can anyone give some tips? Currently its just =DISTINCTCOUNT([Site])