Forum Discussion
profiloweb
1 year agoFrequent Visitor
Hide navigation pane
I have a website , and on each page I want to display a single report of my project, and for that I don't want to display the Power BI pane with pages located in the bottom of the dashboard. It's po...
pranayreddy
1 year agoFrequent Visitor
Modify your embed URL to use the proper format with parameters for hiding the UI. Use the correct :
You should modify your embed URL to look something like this:
<iframe width="100%" height="600px" src="https://app.powerbi.com/reportEmbed?reportId=your-report-id&groupId=your-group-id&autoAuth=true&hideNavigation=true&filterPaneEnabled=false&navContentPaneEnabled=false" frameborder="0" allowFullScreen="true"></iframe>
This should work to embed your Power BI report without the navigation and filter panes showing. Let me know if you continue to face any issues!
profiloweb
1 year agoFrequent Visitor
If I change the url like this it works: the navigation pane disappears.
But there is one big problem: it asks to log in to view the report!