Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
147 | |
85 | |
66 | |
52 | |
46 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |