Forum Discussion
Bouah
10 months agoNew Member
Button
I would like to create a button like a left arrow that allows you to move from one previous month to another with several clicks. I would like the user to be able to click on an arrow pointing to the...
Khashayar
Resolver I
10 months agoHi, I hope my answer can help you.
Below is a simple, reliable way to let users “swipe” month-by-month using left/right arrow buttons in Power BI (works without a visible slicer). It uses a month slicer + bookmarks + multiple button copies so a single click moves to the previous/next month and repeated clicks continue to move month-by-month.
Concept (short)
- Create a single-select Month slicer (MonthYear or MonthNumber+Year).
- Build one bookmark per month (captures that slicer selection + which buttons are visible).
- Create multiple copies of the left/right arrow buttons — each copy is set to navigate to a specific bookmark (e.g., the “Left button for March” links to the February bookmark).
- Use bookmark visibility: in each month-bookmark show only the two arrow-button copies appropriate for that month.
- Hide the slicer if you want a clean UI; users click the arrows to move across months.
This works well for one year or for each year separately (12 bookmarks per year). It’s manual to set up, but very responsive in the report (no refresh needed).
If you found this post helpful, please consider accepting it as the solution so that other members can find it more easily.
Regards,
Khashayar Yazdani | Microsoft MCT