Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
In my Power BI App I would like to embed single page from the report in another Power BI app. I copied URL link from:
I added in the end of this link "Report Section" part which opens embeded report on 4th page. However, I would like to see only this one page, without seeing the nagivation bar at the bottom.
I saw such a sulution in different app but I have no idea how to achievie this.
desired result (no navigation bar, single page embeded):
Does anyone know how to do this?
Solved! Go to Solution.
Hi. I just found a solution in different post 🙂
https://community.powerbi.com/t5/Developer/How-to-Hide-Power-BI-iFrame-Embedded-Report-Tabs/m-p/1215...
in the end of URL I had to add &navContentPaneEnabled=false and it works!
I just noticed it's also mentioned in this part of documentation:
You could add this parameter towards the end of your URL (after mentioning your report section id) &navContentPaneEnabled=false
Hi, where did you find the page ID? Mine only says "/ReportSection?experience=power-bi" in the URL, no ID to be found.
Hi. You can't just pick one page to embed that way. If you wan to only show one page with that way of embed you need to hide the other pages or create a second report connected to the otherone dataset and recreate (copy paste of PBI Desktops) the single page.
The only way to pick one page from report to embed is developing a custom app and using Power Bi Embed methods to manipulate javascript code. That's a different thing than just iframe and link.
I hope that helps,
Happy to help!
Hi. I just found a solution in different post 🙂
https://community.powerbi.com/t5/Developer/How-to-Hide-Power-BI-iFrame-Embedded-Report-Tabs/m-p/1215...
in the end of URL I had to add &navContentPaneEnabled=false and it works!
I just noticed it's also mentioned in this part of documentation:
Hi Byrka,
I want to implement exactly the same szenario with embedding just one single page from another PowerBi app into my app.
With the "&navContentPaneEnabled=false" it perfectly works to hide the navigation bar but it shows always the first slide. How do I select a specific side and hide all other? With the "report section" link it is not working for me.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.