Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Unable to embed the OAC dashboard in Power BI using the iFrame format.

We are currently attempting to embed OAC Standalone reports into Power BI. As part of this process, I have configured the OAC environment to include Power BI as a safe domain.
While trying to embed the OAC dashboard in Power BI using the iFrame format, we encountered the error: "Refused to connect." Interestingly, we were able to successfully embed other external websites, which suggests this is not a network-related issue.
For reference, I have consulted the documentation provided at the following link:Embedding Oracle Analytics Content in iFrames
Could you please advise on how to resolve this issue or provide any additional steps we may need to follow?
Below iFrame format is used to embed.
<html dir="ltr">
<body>
<iframe title="Test_WF" width="1140" height="541.25" src="MY_OAC_URL" frameborder="0" allowFullScreen="true"></iframe>
</body>
</html>