bookmarks
17 TopicsPower BI: Printing using Bookmarks Workaround
Hi All, I would like to ask the community if you encountered this kind of problem and come up with an efficient solution. Problem Statement: We have a dashboard that shows data and can be sliced per project. The client wants to store the slides every month in PDF. So I come up with a solution in Power Automate to print for every project. Now I utilize "bookmarks" to store the sliced report for every project and trigger Power Automate to print those bookmarks. I just sampled a few but our estimated projects in the future are about 400. So that means I have to create about 400 bookmarks and run the automation through it which I think could affect the load of the dashboard and the automation itself. It would be highly appreciated if you know a workaround for this. Thank you!729Views2likes1CommentBookmark in Powerbi embed not Working
I want to apply a bookmark on load in an embed report. I referenced the doc. All work well, but the bookmark just don't apply. The loaded report always display as the default bookmark, rather than the specified bookmark in config. No error or Waring found. Here's the code: var embedConfiguration = { type: 'report', accessToken:'eyJ********************', embedUrl: 'https://app.powerbi.com/reportEmbed?XXXXX', bookmark:{ name:"switch" } }; var dashboardContainer = document.getElementById('dashboardContainer'); var report = powerbi.embed(dashboardContainer, embedConfiguration); Anyone has an idea on this?2.7KViews2likes4CommentsHide certain bookmarks from users
Is it possible to hide certain bookmarks from users when a report is published to the report server? I have some bookmarks that are set up in conjunction with buttons to show/hide visuals. I dont want users to be able to 'View' them from the bookmarks pane. I only want them to be able to select bookmarks that ive created to help tell data stories. Is it possible to do this?Solved25KViews0likes12CommentsAdding bookmarks on report server
Hi guys, I use PBI Report Server, and I'm curious if it is possible to add bookmarks not in PBI Desktop, but in Report Server. If I open a report and open view/Bookmarks pane then i see that there is an Add button but it is grey and non responsive. Is this because of subscription type or something else? Thanks a lot!Solved2.3KViews1like2CommentsNavigating directly to a report tab on Report Server
Hi, I'm looking to link directly to a tab using a URL query string on PowerBI reporting server. I can filter the report easily enough using the query string parameters in the link below, but I can't see a way of navigating to a specific tab in the report, or opening a specific bookmark when the report is opened. Is this possible on Reporting Server? With the PowerBI service, you can just add the bookmark GUID e.g. <Report URL>?bookmarkGuid=Bookmarkcbd3dcc685835a1e88a9 Hoping there is something similar for Report Server. Cheers, Rich (https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters)1.9KViews0likes2CommentsBookmark page name changing capability
Hello, I am hoping you can assist me with the below issue, After creating a bookmark to navigate from page1 to page2, I wonder if we can get also the page2 name. Current situation: we can navigate to page 2 but the page name (in below) stays the same name of page1. I look forward to your reply,834Views0likes2CommentsReport on Power BI Report Server - Bookmarks not working when download to PDF
Report on a Power BI Report Server that contains bookmarks and when I click link on powerbi report s ,it works but when I downloaded pdf and tried to check the content that was set the bookmark , it cannot link to the page that I set . Would you please guide me ?Solved890Views0likes1CommentFiltering by user, is it possible with the bookmarks?
I've created a report that has different final viewers. For it I've used the RLS, and it works for the data. But the report has a page of navigation buttons in which I've used bookmarks. So, I would like to avoid that some users could see certains options (buttons). Is it possible? How could I achieved anything like that? Thanks, AidaSolved2.2KViews0likes1CommentPower BI Paginated Report on Power BI Report Server - Bookmarks not working when printed to PDF
I have a paginated report that is stored on a Power BI Report Server that contains bookmarks. The report is on a Subscription to deliver a pdf daily. The bookmarks are not "live in the pdf. Is there a way to make them "live" in the pdf that is created and distributed?Solved1.7KViews0likes4CommentsReport auto-scrolls when selecting a Bookmark
I have a report that is finished and published online. This report has multiple bookmarks that display an info text box next to the visuals using an info button. When a user is viewing it and selects a button that opens a bookmark, the report returns to the top, and the user has to scroll back down to the info text box. This is quite problematic due to the length of the report. Is there any way to adjust the settings of the report of bookmark so this no longer occurs? Thanks!1.2KViews1like2Comments