Forum Discussion

North2Alaska's avatar
North2Alaska
New Member
6 years ago
Solved

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 ...
  • parry2k's avatar
    parry2k
    6 years ago

    North2Alaska ahh try this measure

     

    Count Rows without Name Filter = 
    Measure = CALCULATE( COUNTROWS ( 'Table' ), ALL ('Table'[Name] ) )