The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm trying to create a custom visual. I'm getting following errors in the console while starting the project.
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://app.powerbi.com') does not match the recipient window's origin ('null').
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://app.powerbi.com') does not match the recipient window's origin ('null').
Can anyone help me to understand this issue here?
Hello @mohammedniyas
Power BI create a special isolation that protects the main window against custom visuals.
The isolation is implemented by using sandbox mode of iframe and cloning the windows object.
Could you please clarify the reason of using postMessage?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Hello @v-viig
I want to listent some event in parent window when we click some button in power-bi app can u pls tell me how can i achieve this.