Forum Discussion

asjones's avatar
asjones
Icon for Helper V rankHelper V
6 months ago
Solved

Embedding Power BI Org App in an iFrame

I know that traditioanl Power BI Workspace Apps do not work well in an iFrame (it strips off the side navigation). Before I dig into it I was wondering if the new still in preview Org Apps work bette...
  • Ritaf1983's avatar
    6 months ago

    Hi asjones 

    Transitioning to the new Org Apps won't resolve the issue because Microsoft intentionally strips the side navigation when embedding via an iFrame to avoid "double chrome" or nested menus. For a professional integration that maintains full UI control and synchronized navigation, the Power BI Embedded JS SDK is the only real solution. If development isn't an option, the most practical workaround is to move the navigation logic directly into the report using buttons, bookmarks, or the native Page Navigation feature, as these internal elements are treated as report content and will remain visible within the iFrame.

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