Forum Discussion

yannaingoo's avatar
yannaingoo
Advocate I
4 months ago
Solved

Embedded Link to hide paramenter

Hi all   Is there a way to hide power bi embedded long parameter to hide?  Below link for example, I share with readonly user. and user can able to change th URL navContentPaneEnable to True so on...
  • V-yubandi-msft's avatar
    V-yubandi-msft
    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.