Forum Discussion
Power BI Embedded not working on IE
Have you checked that your IE security settings don't prevent you from loading content outside (powerbi) from current web site? I had similiar problems and after adding two external sites to IE's trusted websites the problem was solved.
You can see the needed websites to be added to Trusted websites from source of the problem page. I think there was 2 sites (something like download.microsoft.com and *powerbi* something). There was no problem with Chrome or Firefox.
- Kavita9 years agoFrequent Visitor
I have the similar issue, we are using PBI Embedded to embed some visuals in a website. The visuals work absolutely fine on Chrome but it does not show up neither gives any error on IE11 !!!
mparkkon Can you please elaborate on your solution? I tried adding the the website on the trusted list as suggested but it still does not work!
- donquijote9 years agoAdvocate IV
Any update on this issue ?
On my case I added all suggestions on the "trusted sites" and still Power BI embedded is not working on IE 11
Any alternative solutions or workarounds very appreciated.
- Kavita9 years agoFrequent Visitor
Using the IE debugger found that there is an error “'Promise' is undefined”. Found the solution as below
https://github.com/Microsoft/PowerBI-JavaScript/issues/69
https://github.com/Microsoft/PowerBI-JavaScript/issues/54
After implementing, it worked for us on IE