Forum Discussion
Embedding problems on sharepoint
Not really sure, what version of SharePoint are you running?
I dont know. SharepointOnline
- MattMalouf9 years agoFrequent Visitor
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
- lianjim9 years agoRegular Visitor
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+.
- v-ljerr-msft9 years agoMicrosoft Employee
Hi MattMalouf,
As lianjim mentioned above, this issue occurs on SharePoint that uses IE 10 document mode, as Power BI supports Internet Explorer 11 and above.
Currently, the workaround is running IE11 in standard mode for the Power BI site rather than in IE10 compat mode. :smileyhappy:
Regards
- morgen9 years agoFrequent Visitor
Hi,
We are having the same issue, despite using IE11. The SharePoint is on premises and it doesn't matter whether I embed the iframe html or use a webpart.
Once I click the share link the new tab shows the report without issue.
Morgan