Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

embedding a webpage in a report

Hi everyone   I'm trying to embed a webpage into my Power BI report. From the guidance I have found online, I need to supply an HTML iframe (I used this: <iframe src=https://analytics.phe.gov.uk/ap...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

     

    The generated HTML format needs to be created in the form of a Calculated column.

     

    HTML = "<iframe src=" & 'Table'[URL] & "></iframe>"

     


    In addition, which html visual you are using, some visualizations may have some functional limitations such as below.


    Related blog link.

    If the problem is still not resolved, please point it out and provide related operation screenshoots. Looking forward to your feedback.

    Best Regards,
    Stephen


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.