Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi! I wonder if there is a way to embed a webpage into a Power BI page. Say, for instance, you have a report about your company's sales in a certain industry, and you would like to add a page to this report in which you add a relevant chart from an external website pertaining to your industry (to show industry trend for example.) I would like to be able to embed a web page, or, even better, embed just a selected chart from that web page. Is this at all possible? I know, the user of the report can navigate to the webpage or click a URL to take them to that page, but I just thought it woud be elegant to embed it into the report. Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
I did a test, the reference is as follows:
add html column to HTML visual:
publish to service and see the embedded web page.
The display size of the web page can be adjusted:
HTML = "<iframe src=" & 'Table'[url]& "style ='position: fixed; width: 100%; height: 100%'></iframe>"
related video link:
Embedding a Web Page in a Power BI Report | BI Elite
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, you can watch this video to add a website in power bi report: https://youtu.be/9uaKbFT6uHM
Hi @Anonymous ,
I did a test, the reference is as follows:
add html column to HTML visual:
publish to service and see the embedded web page.
The display size of the web page can be adjusted:
HTML = "<iframe src=" & 'Table'[url]& "style ='position: fixed; width: 100%; height: 100%'></iframe>"
related video link:
Embedding a Web Page in a Power BI Report | BI Elite
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
In my case I followed the order shown in the solution, but the page is not displayed at the time of embedding it.
Hello,
My HTML content only come with two entry points values and granularity. None of these are able to load to source.
Thanks
Wynee
@Anonymous , There use to be HTML Viewer, which can do that. This blog discusses an alternate way to use that. Not tested this also depreciated, so not a suggested way, even if works
https://dataveld.com/2020/04/11/how-to-obtain-a-power-bi-custom-visual-if-it-no-longer-appears-on-appsource/
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |