bookmark
9 TopicsNext and Previous Buttons To Navigate Through a Single Select Slicer
Hi everyone I have a single - select drop down menu, but the drop down has ~1500 names, it's not user friendly to go to the next person. I'd like to include a next and previous button . I have created an index column to use +1/-1 to navigate through my list. I have separate cards and a table that provides the current name, next name, and previous name, all currently showing the data correctly as I select random names in my drop down (in other words I have the correct DAX statements) I attempted to do this with bookmarks - but because there are so many names and bookmarks are static, this is not a great avenue. I attempted to do this with page navigation but it doesn't leverage the logic from my measures or calculated columns. It works in the sense that it toggles between previously tested names. I am now attempting to click on the name from the table in hopes that the next/previous name may update the slicer Has anyone come across this exercise before?3.5KViews0likes3CommentsCustom date slicer with persistProperties commented
I’m currently stuck on a Power BI visualization issue related to bookmarks and slicers, and I have a unique requirement. I have 3 funds: F1, F2, and F3, and I’ve created a Button for each fund. Each fund has 3 different subpages: Overview, Projections, and Portfolio. Each subpage contains visuals specific to that fund. (Attached sample image) I’ve created bookmarks accordingly. However, the problem is with the Date slicer. Since bookmarks preserve the slicer’s state, the date selection is always fixed to what was selected when the bookmark was created. I want the Date slicer to always default to the latest date from the date_dim table, regardless of the bookmark. I tried unchecking the Data option in the bookmark, but that causes other issues. I have hidden slicers that dynamically filter the selected fund when the corresponding button is clicked. Disabling the Data option prevents those fund slicers from working correctly. Each visual should display data only for the respective fund selected. After some research, I found that this is a known limitation in Power BI — you cannot exclude only one slicer (like Date) from a bookmark while retaining others. As a workaround, I explored the idea of customizing a visual, such as the slicer from this GitHub repo: https://github.com/microsoft/powerbi-visuals-timeline I commented out the this.host.persistProperties line to stop it from persisting the selection state. But after building and uploading the custom visual to Power BI, it doesn’t seem to work , is there other way to solve this problem? I need a date slicer with provision to exclude persistent or any different approach to this problemBookmark 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,834Views0likes2CommentsI want to keep the view even though I click outside of it
Hello there, Suppose I have an existing report but I want to redirect the users to new location. So, I put one rectangle shape all over the visuals and change the transparency and created a text box with a message in it logo on the top and a button on the bottom. All these are in the text box. Basically, when customer open the dashboard will see the message in the middle if they click on the button and see the next webpage. but my question is how do I keep these visuals in one place even though user click besides button ? If user clicks outside of the box, text box and all looks like passive... they should click outside of the dashboard, then they can click or If user click inside the box logo and button dissapears... So, I need to fix this thanks.575Views0likes2CommentsReport 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.2KViews1like2CommentsShow/Hide Forecast based on Year slicer
I have a radio button slicer that has three (3) Years in it, the current year and two prior years. When a user selects the radio button for the current year, I want the uset to see the line graph with the forecast. When the user selects a prior year I want the user to see no forecast b/c the prior years don't need a forecast. Is there a way to turn the forcast off? I have tried to use bookmarks and put one line visual on top of the other then use DAX or button over the Year slicer, but the slicer requires a simple click, but the button requires a CTRL+click .589Views0likes1CommentHide or unable View menu while visualizing report
Hi guys, I have an issue with the View menu you can see on the upper-left corner of a report when visualizing it on the report server. I don't want to show that, I need to unable or take it off because I don't want my users to use it, above all because there they can find Bookmark and Selection panels and they must not. Please help me!! Thank you so much1.4KViews0likes4Comments