Forum Discussion
sarah2_williams
4 years agoHelper III
Hiding page navigation in Service
Hi all, Is there a way I can hide the page navigation on the left of the report pages in the PowerBI service. I have an index page at the start of the report, that has page navigation in it, ...
- 4 years ago
If you have more than one visible page there's no way to "hide" the page tabs. You can howeve change the location of the navigation, in the Report in Service, go to File, Settings and select "Display report pages as tabs along the bottom of the report".
That'll put the page tabs along the bottom, much like in Power BI Desktop.
However if you have more than one visible page you'll always see the tabs somewhere. I usually build page navigation (check out the new feature in the November release!) on page one and then simply hide all the other pages. If there is only one visible page the page tab won't show.
Hope this helps
Stuart
Aden
4 years agoAdvocate I
You can do this by adding &navContentPaneEnabled=false to the end of your embedded url
Iri_Turner
3 years agoNew Member
Thank you!