Forum Discussion
Anonymous
5 years agoNot 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...
- 5 years ago
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,
HenryIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
5 years agoAnonymous , 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/