Forum Discussion
North2Alaska
6 years agoNew Member
Chicklet Slicer
I'm using the Chicklet Slicer to filter a set of data. There are other slicers that affect the number of rows contained in the Chicklet. What I'm trying to do its work out how to report the number ...
- 6 years ago
North2Alaska ahh try this measure
Count Rows without Name Filter = Measure = CALCULATE( COUNTROWS ( 'Table' ), ALL ('Table'[Name] ) )
parry2k
6 years agoSuper User
North2Alaska ahh try this measure
Count Rows without Name Filter =
Measure = CALCULATE( COUNTROWS ( 'Table' ), ALL ('Table'[Name] ) )
North2Alaska
6 years agoNew Member
Perfect! That worked. 🙂
Seems simple with the answer, but I just couldn't wrap my head around it...
Thank you for the help....