Forum Discussion
AS1234
3 years agoNew Member
DAX Count function that can ignore slicer?
Hi, I am looking to write a measure that counts the number of distinct IDs in a table that ignores the month slicer. Regardless of what month is selected in the slicer, I want the result to be 4....
zemorex
3 years agoAdvocate I
Perhaps you can use REMOVEFILTERS(YourDateTable[Months])? See if that works.