Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |