Forum Discussion
8shipsbynight
7 years agoHelper I
Relevant Values Only Slicer
Hello, I have created a Line chart in BI that is showing the bottom 15 companies and their revenue over time. To do this, I created the chart and then used a filter: I would like to us...
- 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.
parry2k
7 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.
8shipsbynight
7 years agoHelper I
Thanks parry2k ! Once I get a bit more advanced in my dashboards, I'll have to revisit this thread.