I'm trying to Embed a GenesysCloud Dashboard in PowerBI via a HTML iframe.
<iframe src='dashboard_url' ></iframe>
However, the page does not load (in PowerBI desktop or service).
I've read up online about CORS and would like to know if this is something that should be explicitly allowed in GenesysCloud. ( Access-Control-Allow-Origin: * )
I am able to embed the same Dashboard via iframe on a website such as Tryit Editor v3.7.
Because of this I believe Genesys does allow pages to access via iframe. But just not app.powerbi.com perhaps?