0

I have implemented the navigation pane feature in Power BI report as shown below. I like to expand or collapse this navigation pane to utilize page for visuals.

enter image description here Is there any visuals/tricks to do this?

Wanna Coffee
  • 2,742
  • 7
  • 40
  • 66

1 Answers1

1

You can save your report/page layout as a bookmark (Menue Bar > View > Bookmarks Pane) with the navigation pane visible (NavigationVisibleBookmark).

You can trigger visuals visible/invisible with the eye symbol in the selection pane (Menue Bar > Views > Selection Pane`).

Then save another bookmark with the navigation pane invisible (NavigationInvisibleBookmark).

Now you can trigger the two different bookmarks with a button for example. Add a blank button and go to the Properties > Action and choose Type = Bookmark and Bookmark = NavigationVisibleBookmark.

Strawberryshrub
  • 3,301
  • 2
  • 11
  • 20