Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Dear community,
I'm using the URL created by Power BI to embed my dashboard.
After some research in this forum I've already tried to extend the URL by the following:
navContentPaneEnabled=false
This didnt result in any kind of changes.
We are navigation through the dashboard through a more elegant way (links and buttons), so there is no need for the page navigation at all.
Solved! Go to Solution.
Hi @Orangesweater ,
You can refer the method from the last reply of mrothschild in the following thread:
Hiding Navigation Pane in iframe
This worked for me. I'm not a coder, so I don't understand why, and I used trial & error to get the right cropping using the numbers in "clip:rect" below, but beyond that, don't have a capacity to answer questions on this.
<div id="content">
<div style="height:580px;width:960px">
<iframe width="960" height="580" src="[URL LINK]" frameborder="0" height="100%" width="100%" style="position:absolute; clip:rect(0px,1100px,543px,0px);
bottom:-0px; allowFullScreen="true" ></iframe>
</div>
</div>
In addtion, you can achieve it by Javascript:
Best Regards
Hi @Orangesweater ,
You can refer the method from the last reply of mrothschild in the following thread:
Hiding Navigation Pane in iframe
This worked for me. I'm not a coder, so I don't understand why, and I used trial & error to get the right cropping using the numbers in "clip:rect" below, but beyond that, don't have a capacity to answer questions on this.
<div id="content">
<div style="height:580px;width:960px">
<iframe width="960" height="580" src="[URL LINK]" frameborder="0" height="100%" width="100%" style="position:absolute; clip:rect(0px,1100px,543px,0px);
bottom:-0px; allowFullScreen="true" ></iframe>
</div>
</div>
In addtion, you can achieve it by Javascript:
Best Regards
Thanks a lot @Anonymous , one question- how can we enable the Bookmark parameter, i tried &bookmarksEnabled=true --- it didnt work
Hi
I tried the javascript solution. I also tried the following solution:
https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/update-settings
add settings to the report config -
https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report
manually add url parameters -
navContentPaneEnabled=false&filterPaneEnabled=false&actionBarEnabled=false
However, none of the above worked for me. Please help.
Thanks a lot @Anonymous , one question- how can we enable the Bookmark parameter, i tried &bookmarksEnabled=true --- it didnt work
&navContentPaneEnabled=false
Works like a charm! Thanks!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |