Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Embedded report Share Url is broken, cut out on Chrome & Edge Chromium, working on IEv11 & Firefox

Following the steps indicated here: https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-embed-secure  and adding the embed code that is generated from Power BI Service that is something like this:

 
<iframe width="600" height="373.5" src="https://app.powerbi.com/view?r=eyJrIjoiMD..."  frameborder="0" allowFullScreen="true"></iframe>

 

The report is displayed correctly and everything's working fine, but regarding the share url is cut out and not displayed correctly on Edge Chromium and Chrome. It does work on Firefox, IE v11 and Safari.

 

test.jpg


For example, if the code was embedded on the page https://www.contoso.com/report.htm rather than showing the full URL in the share url, in Edge Chromium and Chrome is displayed just up to https://www.contoso.com/


 

 

 

Status: New
Comments
v-chuncz-msft
Community Support

@inseu 

 

The issue is reported internally and I will keep you posted with any updates.

CRI 224602701

v-chuncz-msft
Community Support

@inseu 

 

This is happening because of a policy change on chromium based browsers. The workaround here is to use 'no-referrer-when-downgrade' policy in your report embed HTML so that it will override browser's default referrer policy.

v-chuncz-msft
Community Support

@inseu 

 

We’ve identified the issue. As the fix involves lots of evaluation, coding and testing, there is no ETA at this time.