Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Question about slicers

Hi, I have two table named Gender and Subclass, the gender class has two observations namely "Male" and "Female". The Subclass table has 4 observations called "women's casual", "women's jeans", "men...
  • PaulDBrown's avatar
    3 years ago

    Ok. Create a measure to use as a filter in the filter pane for each slicer with:

     

    Filter slicers =
    COUNTROWS ( RELATEDTABLE ( 'Sales' ) )
    

     

    Add the measure to the filter pane for each slicer and set the value to greater or equal to 1