Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
There is a way to change between pages if a selectedvalue is set ?
I have a list of clients and they have a status ( OK, not OK, almost ok) for instance, if the slicer is selected with a client OK the page changes to a page OK, if the client is not ok change to page Not ok.
Without use button or bookmarks
Solved! Go to Solution.
Hi @Anonymous ,
I'm not completely sure about this but as far as i know, there no such event/trigger that will navigate you to another page on slicer page selection.
Basically the trigger here is Page Navigation functionality or bookmark activation functionality and these don't simply work on slicer selections.
You can probably submit this as an idea so that Power BI can come up with such fucntionality in future.
Give a thumbs up if this post helped you in any way and mark this post as solution if it solved your query !!!
Hi @Anonymous ,
Here are the steps you can follow:
1. Create a table with your page names; Column from this table will be used in slicer
2. Create a button; After slicer selection, clicking on this button will navigate user to slicer selected page
3. Create a new measure below below dax:
PageNav = SELECTEDVALUE(TableName[ColumnName])
4. Click on the button(created in step 2) and its format tab and follow below clicks:
Enable Action -> Type = Page navigation -> Destination = fx and select measure(created in step 3) -> OK
Now select the page you want to navigate to as slicer selection and click on the button and you will navigate to desired page.
Reference Link: https://www.youtube.com/watch?v=pwBfCgRF4Fs
Give a thumbs up if this post helped you in any way and mark this post as solution if it solved your query !!!
This solution work only with a button to pass the measure of the page rigth ?
There is a event or function to use when I pick a slicer option? For innstance, in the moment 9 on click in the slicer ) i go to the another page ! without a botton !!!!
Hi @Anonymous ,
I'm not completely sure about this but as far as i know, there no such event/trigger that will navigate you to another page on slicer page selection.
Basically the trigger here is Page Navigation functionality or bookmark activation functionality and these don't simply work on slicer selections.
You can probably submit this as an idea so that Power BI can come up with such fucntionality in future.
Give a thumbs up if this post helped you in any way and mark this post as solution if it solved your query !!!
Unfortunately I came in this same conclusion....!!!
I miss some functionalities like i used to use in Delphi , several years ago. We had a lot o option under the objets in screem ( onclik, lostfocus, infocus, onselected, etc).
If we have this kind of option in PB somethings will be more simply.
But thansks for the return.....
@Anonymous
Refer to this:https://medium.com/@vivek.ranjan22/dynamic-page-navigation-in-power-bi-desktop-e97b9a11fd05
This will help.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
67 | |
61 | |
52 | |
36 | |
35 |
User | Count |
---|---|
84 | |
74 | |
56 | |
45 | |
44 |