Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have a bar chart that displays all of my customers, by sales. When I select a customer from the bar chart, I would like to display a bookmark button that will take the user to a new page. I can accomplish this fine using the drill-down process, but my users are very computer illterate. How do I show a bookmark button based on a user selection?
Cheers,
Peter
Solved! Go to Solution.
Please see this article that seems to be just what you are looking to do.
Create a drill-through button in Power BI - Power BI | Microsoft Docs
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Hi, @Anonymous
According to your description, I think you can achieve this using measure and conditional format for icon color in Power BI to achieve this, you can try my steps:
Make_Transparent =
IF(hasoneFILTER('Table'[ID]),"Black","#FFFFFF00")
What’s more, you can also go to the action of the button and click here to set different page navigation for each user using the same method:
You can download my test pbix file here
If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please see this article that seems to be just what you are looking to do.
Create a drill-through button in Power BI - Power BI | Microsoft Docs
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Reduce your requirement from "I need a bookmark button" to "I need a button". And then reduce it again to "I need a hyperlink that may or may not look like a button". Those are much easier to implement.
Hello,
Thank you for the reply, but I do not understand your comment. When a user clicks on any-one of the bars in my bar chart, I would like a button to become visible.
Cheers,
Peter
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!