The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
We've recently set up a live dashboard that ingests data and updates hourly.
To fully utilize this new dashboard, we are changing our reporting processes; we no longer will be using offline datasets/graphs/screenshots, instead we want to provide links that will take the readers (who have PBI pro) directly to our report's used to build the dashboard.
To make this effective, we need to be able to link directly to a report page that has a bookmark applied so that the data is highlighted so the reader lands on the report with the data we want them to see already filtered.
How do we do this?
Solved! Go to Solution.
hi @Anonymous - once the report is published to the service when you navigate between bookmarks PowerBI will generate URLs as per bookmark view - you should be able to capture that from the Browser address bar and use it to share with users for navigation
See below screenshot - the text highlighted in RED was generated on navigation to one of the bookmarks in my report
Please mark the post as a solution and provide a 👍 if my comment helped with solving your issue. Thanks!
Proud to be a Super User!
Hi @Anonymous,
As Sumanth_23 said, current power bi service allows us to add bookmark guid as query string filter conditions to apply specific bookmark effect. You can copy the group id, report id and bookmark id to quickly generate the link to navigation to specific report with bookmark effect.
Notice: power bi service seems records bookmarks with guid id instead of bookmark name, you need to manly record these guid ids.
Regards,
Xiaoxin Sheng
hi @Anonymous - once the report is published to the service when you navigate between bookmarks PowerBI will generate URLs as per bookmark view - you should be able to capture that from the Browser address bar and use it to share with users for navigation
See below screenshot - the text highlighted in RED was generated on navigation to one of the bookmarks in my report
Please mark the post as a solution and provide a 👍 if my comment helped with solving your issue. Thanks!
Proud to be a Super User!
Don't you know how to save this specific bookmark in Power BI Service so that it's available for all the users of the report?
Have you really got the solution?
It seems that Sumanth_23’s solution requires creating a lot of bookmarks. What I want is just create a URL link without having to create bookmarks.
@dforro It's sad that this forum doesn't notify of new replies 😑
Now to your question. We found out that with the help of a bookmark Power BI saves the view of a particular report (with its filters) into some hash value, which is quite handy to use and can indeed be shared with other users. But for some reason we couldn't save those bookmarks in the PBI service (probably because our embedded product version doesn't allow it), so we decided to save the bookmarks with their hash values in the backend database, and it works fine for us so far.
Altough there is a way to share views without creating bookmarks, it doesn't seem reliable to be honest: Filter a report using query string parameters in the URL - Power BI | Microsoft Learn