Forum Discussion
can not embed my iframe portal by using HTML content
When I insert an HTML iframe into the HTML Viewer, if I set the 'src' attribute to 'www.baidu.com', it will be rejected. However, if I set it to 'google.translate', it will display the translation page. Interestingly, when I use my own portal, it just shows a blank page. So I want to make the blank page have sth ,it will be the Same-Origin Policy problem? what can I do to fix it?
5 Replies
- little
Helper I
and it is a blank page
- little
Helper I
when I change code, still blank page but different error
- AnonymousNot applicable
Hi little ,
Based on the description,
Try to add the new column.
Then, try the following html format.
HTML = "<iframe src=" & 'Table'[url]& "style ='position: fixed; width: 100%; height: 100%'></iframe>"You can also view the following link to learn more information.
Solved: Embedding a Web Page Into a Power BI Page - Microsoft Fabric Community
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- little
Helper I
hi Anonymous , I try, but seem still not working.
- little
Helper I
hi Anonymous and this url will more fully described
https://community.fabric.microsoft.com/t5/Desktop/cant-not-embed-iframe-into-power-bi/m-p/3868468