Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Optimal solution for below issue

I have a report which looks something like this:

gauravtanwar_0-1628068979993.png

I want to turn the top 5 KPIs into bookmark such that clicking on each KPI would filter down below four table and charts. For eg. If I click on Forecast error KPI, it would filter all below charts on a condition (forecast error> 20). Similarly clicking on rest of the KPIs should have required filtering on below 4 visuals.

What is the optimal way to implement this solution ? I can create 5 of each below visuals and use bookmarks to traverse through them whenever a kpi is selected. Is there a better way to implement this ?

 

3 REPLIES 3
lbendlin
Super User
Super User

"My question is if there is a way through DAX to implement the filters once any KPI is selected"

 

That question is ambiguous.  what does "implement filters"  mean?  Yes, you can use DAX measures to recalculate based on filter selections. No, you cannot change slicer selections through DAX.

lbendlin
Super User
Super User

Create buttons for your bookmarks. Position the buttons on top of the KPIs.  Make the button text and background transparent.

Anonymous
Not applicable

Thank you for replying.

This I am already doing. My question is if there is a way through DAX to implement the filters once any KPI is selected. My last resort would be to create 5 copies of each visual and filter it based on the KPIs

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Kudoed Authors