Categories
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>