Forum Discussion
Relevant Values Only Slicer
- 7 years ago
8shipsbynight you can add visual level fitler for slicer visual similar to bottom 15 and it will show only those companies as of your line chart.
8shipsbynight you can add visual level fitler for slicer visual similar to bottom 15 and it will show only those companies as of your line chart.
Ah - I see. That's easy enough when filtering on Top N.
However, I am a critical of this solution in the event that someone uses multiple filters on several columns within a data set. It would be very redundant to recreate the same amount of visual level filters.
Any idea how to only show relevant values for a given slicer when multiple columns are filtered upon in a data set?
- parry2k7 years agoSuper User
8shipsbynight you probably have to create calculated column using business logic and then use page level filters. Like in this case you can use RANKX function and get bottom 15 and use that column for page level filter.
- 8shipsbynight7 years agoHelper I
Thanks parry2k ! Once I get a bit more advanced in my dashboards, I'll have to revisit this thread.