Forum Discussion
Embedding Power BI Org App in an iFrame
- 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
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