Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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!

  • 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.

5 Replies