Forum Discussion
Anonymous
3 years agoNot applicable
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...
- 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
PaulDBrown
3 years agoCommunity Champion
How is the model set up?
Anonymous
3 years agoNot applicable
PaulDBrown I have a main sales table with thousands of observations, and I have made two tables from this main sales table using the DISTINCT command for gender and the subclass table.