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 need to change default share link on reports which were published using "publish to web option" currently it points to link "https://app.powerbi.com/view?..." I want to change it to my website link "https://www.mywebsite.com"
I know it is possible as it was achiveed on this website here https://covid19.ucy.ac.cy/ if you click on share button it will try to share website "https://covid19.ucy.ac.cy/" and not "https://app.powerbi.com/view?..."
So the question is how they done it ?
You can add referrerpolicy Attribute to the iframe: https://www.w3schools.com/tags/att_iframe_referrerpolicy.asp.
For example, to link exact url of the page you can use “same-origin” like this:
<iframe referrerpolicy="same-origin" width="600" height="373.5" src="https://..." frameborder="0" allowFullScreen="true"></iframe>
Hi, @idelix
Its original report sharing link is as follows:
It seems that you also need to use iframe code to embed Power BI into your own web page.
Best Regards,
Community Support Team _ Eason