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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Embedding a Web Page Into a Power BI Page

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!

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,

 

I did a test, the reference is as follows:

vhenrykmstf_0-1625039424089.png

vhenrykmstf_1-1625039510511.png

add html column to HTML visual:

vhenrykmstf_2-1625039564745.png

publish to service and see the embedded web page.

vhenrykmstf_3-1625039638947.png

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.

View solution in original post

3 REPLIES 3
v-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,

 

I did a test, the reference is as follows:

vhenrykmstf_0-1625039424089.png

vhenrykmstf_1-1625039510511.png

add html column to HTML visual:

vhenrykmstf_2-1625039564745.png

publish to service and see the embedded web page.

vhenrykmstf_3-1625039638947.png

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.

Hello,

 

My HTML content only come with two entry points values and granularity. None of these are able to load to source.

 

 

kariukiw_0-1661865718781.png

 

Thanks

 

Wynee

amitchandak
Super User
Super User

@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/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.