bookmark
3 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 problemI 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.575Views0likes2Comments