Forum Discussion
2 Toggles that is using 4 bookmarks
Hi
I have 2 toggle button in of the page.
1st Toggle Button: User can selected First Name or Last Name
2nd Toggle Button: User can selected Day or Month
So combination is selection can be below
1st Toggle: First name - 2nd Toggle: Day --> Show the first name by day in matrix
1st Toggle: First name - 2nd Toggle: Month --> Show the first name by month in matrix
---
1st Toggle: Last name - 2nd Toggle: Day --> Show the last name by day in matrix
1st Toggle: Last name - 2nd Toggle: Month --> Show the last name by month in matrix
Problem what i am facing is if select something in the 1st toggle and as soon as I select something in the 2nd toggle first selection is getting changed. This may be becuase I might have updated the bookmark when the toggle 1 bookmark is selected.
In my case though there should not be any relationship between both the toggles but It is indirectly connected.
Please help me achieve this required. It is very confusing to implement.
- Anonymous2 years ago
Hi rikabkothari ,
Sorry for not replying in time.
Regarding your question, I quite agree with your initial solution if there is only one toggle button.But since you need to use two toggle buttons, I think your needs cannot be achieved with bookmarks.You should use the field parameter.
Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn
The Table data is shown below:
Create two field parameters
Final output
Best Regards,
Wenbin Zhou
4 Replies
- AnonymousNot applicable
Hi rikabkothari ,
Regarding your question, is your toggle button similar to this?
For a toggle button, two pictures are actually bound to two bookmarks respectively. However, you mentioned that you plan to use two toggle buttons, which I think is impossible because when you click any toggle button, it will jump to the corresponding bookmark and the selection of the other button cannot be saved.
I think you can create four bookmarks and use them with the bookmark navigation button.
Best Regards,
Wenbin Zhou- rikabkothariFrequent Visitor
I have 2 toggles, first one has 2 button(First name and Last name) and 2nd one has 2 button(Day and Percentage).
- rikabkothariFrequent Visitor
Anonymous Yes I am already using 4 bookmarks but still it is not working. The reason I should display the measure in the matrix based on the combination of selection between toggle 1 and toggle 2. In my scenario once I select toggle 1 and move on to toggle 2 the selected option in the toggle 1 is disappeared and changes to the selection which I might have updated when toggle 2 bookmark is updated.
Hope you can understand the problem statement.
- AnonymousNot applicable
Hi rikabkothari ,
Sorry for not replying in time.
Regarding your question, I quite agree with your initial solution if there is only one toggle button.But since you need to use two toggle buttons, I think your needs cannot be achieved with bookmarks.You should use the field parameter.
Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn
The Table data is shown below:
Create two field parameters
Final output
Best Regards,
Wenbin Zhou