Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
We have developed custom visuals using Angular component. One of our requirement is to create link in one custom visuals Power Bi report and when clicking the link, it should redirect to another Power Bi report. We have implemented this in our local. Its working fine. But when we published in Power Bi Desktop/Power Bi Service, the URL redirection is blocking due to security issue. (Blocking any external URL).
Error : Blocked opening 'https://app.powerbi.com/groups/a7ab0c29-eec6-4b26-b4ec-22b61273fd83/reports/57c0126d-9995-4036-ab2a-...' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.
Since the report is made up of iframe sandbox which is developed by Power BI developers, we are not able to set the โallow-popupsโ permission in iframe.
Could you please help me to fix this issue. Thanks in Advance!