Forum Discussion
Select previous / next slicer-element with buttons
Hi,
hope you can help me:
I have a slicer with customer and a table with customerdetails. If a customer is selected, then customerdetails are shown in a table.
Since the customerlist (in the slicer) is quite long, I'd like to implement some kind of previous and next button to select the next/prev customer from the slice.
if the last customer in the list is reached and the next-button is clicked, then it starts with the first customer in the list, if the first customer is currently selected and the prev-button is clicked, then the last customer is selected.
I hope someone have had the same problem & solved it.
thanks.
- Anonymous3 years ago
Hi Robert_G ,
You could use bookmark to achieve it.
Create two bookmarks that display the selection topmost slicer value and the selection bottommost slicer value.
Then add a bookmark navigater to get two buttons.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- amitchandak
Super User
Robert_G , I doubt that for slicer.. But refer if approch in this blog can help
https://www.fourmoo.com/2017/10/31/power-bi-how-to-do-pagination-in-power-bi-reports/
- AnonymousNot applicable
Hi Robert_G ,
You could use bookmark to achieve it.
Create two bookmarks that display the selection topmost slicer value and the selection bottommost slicer value.
Then add a bookmark navigater to get two buttons.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.