Forum Discussion
Embedded Link to hide paramenter
- 4 months ago
Hi yannaingoo ,
This cannot be managed through the iframe or playground link. Parameters such as navContentPaneEnabled are handled on the client side, so users can still modify them in the URL.
To fully hide the navigation pane, you should use the Power BI Embed SDK , which allows you to control this setting in your code.
Alternatively, sharing through a Power BI App can provide a more secure, read only experience.
I hope this clarifies the situation. If I’ve misunderstood any part of your situation, please let us know.
Hi yannaingoo ,
Could you let us know if your issue has been resolved or if you are still experiencing difficulties? Your feedback is valuable to the community and can help others facing similar problems.
Hello
thank for reaching out. not resolve yet. I'm currently Pro license user and try to figure out in playground.powerbi.com but unfortunately have not able to solve it. below is the sample embeded report with 3 report tab, I want that Navigation to hide it in embeded report. (that's my goal).
<iframe title="Sample Report Demo" width="1140" height="541.25" src="https://playground.powerbi.com/sampleReportEmbed" frameborder="0" allowFullScreen="true"></iframe>
- V-yubandi-msft4 months agoCommunity Support
Hi yannaingoo ,
This cannot be managed through the iframe or playground link. Parameters such as navContentPaneEnabled are handled on the client side, so users can still modify them in the URL.
To fully hide the navigation pane, you should use the Power BI Embed SDK , which allows you to control this setting in your code.
Alternatively, sharing through a Power BI App can provide a more secure, read only experience.
I hope this clarifies the situation. If I’ve misunderstood any part of your situation, please let us know.