bookmarks
21 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!729Views2likes1CommentSlicer style changed via bookmark
Hello, how to change slicer style (e.g. relative to between) via bookmarks ?? It is possible but I dont know how to do it (client show me that we want it) there was toogle button that launch bookmark, I explore all settings forums etc. but didn t find anything 😞 can somebody advice me?Solved1.5KViews0likes5CommentsBookmark 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.7KViews2likes4CommentsDax code to combine bookmarks
Hi y'all, I have a button, which when a selection is chosen from the primary slicer, and then the button is pressed on, takes me to a URL link attached, now, I want to write a dax for the button such that, Power Bi checks if the URL link actually exists or not, if it exists, it takes me to the link, if not, then my bookmark (which is a pop-up window) gets activated and shows up. I would appreciate any tips and suggestions with this. Thank you so much. Sincerely, ME827Views0likes2CommentsHide 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.3KViews1like2CommentsHow to sync slicer with bookmarks in same page
Hi, I have requirement, to sync all the bookmarks with slicer selection in the same page have 3 bookmarks and 3 slicers/filters, when the user selects any slicer automatically the slicer selection value should get updated to all 3 bookmarks automatically in the same page. may i know how to acheive this and how i sync with bookmarks? Please help asap Thanks462Views0likes0CommentsNavigating 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 ?Solved890Views0likes1Comment