Forum Discussion
Embedding problems on sharepoint
Here's a view of the embed code and how the report looks completely greyed out. The only way to view the report is to go fullscreen.
I'd appreciate any help with this problem
I'm having the same issue.
This issue occurs after the recent update of PowerBI I think.
Embedded PowerBI doesn't work in default SharePoint as of this moment. SharePoint forces IE to use IE10 browser rendering, you can test it by pressing F12 on your keyboard, and try to change the browser rendering from "10" to "11", the page will refresh and PowerBI will work.
To solve this without waiting for Microsoft, you can add this meta in the SharePoint masterpage to force the SharePoint to use IE11 rendering.
<meta http-equiv="X-UA-Compatible" content="IE=11" />
But this comes with huge drawback, your document library's "Open with Explorer" won't be able to work.
I hope Microsoft will solve this issue, although the supported IE for PowerBI is actually 11+.