Forum Discussion
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/apps/segment-tool/></iframe>) as Value in the HTML Content visualisation in desktop, then publish to service and view the embedded content in service. However, when I tried this an error says that the website URL refused to connect. I get the same error for all the websites I have tried.
Am I using the wrong visualisation? Or missing a step somewhere?
All ideas gratefully received!
Best wishes
Tristan
- Anonymous4 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.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.
1 Reply
- AnonymousNot applicable
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.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.