Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
profiloweb
Frequent 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 possible?

Thanks!

13 REPLIES 13
pranayreddy
Frequent Visitor

hi @profiloweb 

Open the report you which you don't want to display Power BI pane with pages located in the bottom of the dashboard and click on the File menu (top-left corner), select Embed report > Website or Portal. A window will pop up with an Embed URL. Copy the entire URL, add these parameters to the URL to hide the navigation and filter pane: 

 

https://app.powerbi.com/reportEmbed?reportId=your-report-id&groupId=your-group-id&autoAuth=true&hide... 

  • Replace your-report-id and your-group-id with the actual report ID and group ID you copied from Power BI.

Now, on your website, use an iframe to embed the report. Just copy and paste the following code where you want the report to appear: 

 

<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 will display the report on your website, without showing the Power BI navigation pane or filter pane at the bottom. You can adjust the width and height values to fit the space on your webpage and save it.

Following are some embeded code to add in url:

  • hideNavigation=true: Hides the page navigation bar (at the bottom). 
  • filterPaneEnabled=false: Hides the filter pane (the filters on the right side). 
  • navContentPaneEnabled=false: Hides the left navigation pane (if it appears).

Here is the sample report before embeded:

pranayreddy_1-1730982031541.png

image after adding embeded url to it:

pranayreddy_2-1730982151958.png

Image after adding embeded code in it :

pranayreddy_3-1730982225709.png

That's how we can hide the navigation pane, I think you will meet your goal with these steps.

 

 

 

 

 

 

This is the solution I was looking for, it just doesn't work for me! 😭

 

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&hide..." 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!

 

 

 

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!

Anonymous
Not applicable

Hi, @profiloweb 

If your report is not sensitive, you can use the "Publish to Web" feature in Power BI. This generates a URL that can be embedded in your website without requiring a login. However, be cautious as this makes the report publicly accessible.

Publish to web from Power BI - Power BI | Microsoft Learn

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi, @profiloweb 

For information about report embedding, you can check out the links below:

Embed a report in a secure portal or website - Power BI | Microsoft Learn

 

Embed a report in Power BI embedded analytics | Microsoft Learn

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

MFelix
Super User
Super User

Hi @profiloweb ,

 

You can publish an app and that will transform the page navigation from horizontal to vertical and the user have a button to hide it:

https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-create-distribute-apps

MFelix_1-1730976741450.png

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



No, I don't want to let users know that there are other reports

Singamshetty994
Frequent Visitor

Hi  @profiloweb 
Yes, it's definitely possible to display a single Power BI report on a webpage without showing the Power BI pane or navigation. You can achieve this using Power BI Embedded.

But it is another tool: I want to do it directly from PowerBi.

Hi @profiloweb ,

 

This is not another tool, this is the service functionality were you can share your reports.

 

If you don't want to have the users to know the other pages and force them to see a single page and then navigate based on a custom navigation pane you need to hide all the pages except for one and then publish your report this will not show the navigator below because you only have a page visible.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



vojtechsima
Super User
Super User

@profiloweb 

Hello,

I don't think so,

the only thing you can probably do, is to hide all pages except the one.

And then save copy of your report with alternating pages shown and publish is separately, however, that's tedious.

Or hide all pages and create navigation bar inside the report as a visual.

I hope there is a cleaner and simpler solution

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors