Forum Discussion
DebbieE
Community Champion
4 years agoCount Items not in the slicer
Here is my example model And I wanted to see for example Reports not in the Date slicer the table contains for example reportName and the measure created with this DAX Is Not in t...
- 4 years ago
I think I may have sussed it
Total Reports not in date Filter =//Clear all filters which are applied to the specified table.ALLCROSSFILTEREDvar VAllReports =CALCULATE([# reports],ALLCROSSFILTERED(DimDate))//Total within the date filtervar VInFilter = [# reports]//All reports - Reports inside the slicerReturn VAllReports-VInFilter
Anonymous
4 years agoNot applicable
DebbieE
ALLEXCEPT in measures do not work as same in calculate columns. Glad you solved.
Paul Zheng _ Community Support Team