Forum Discussion

icdns's avatar
icdns
Icon for Post Patron rankPost Patron
3 years ago
Solved

Embed website in Power BI

Hi, 

 

Would like to ask for your help. I tried embeding a website using the HTML 5 visual. However, when I tried deploying it in Power BI service it appears for a second and disappears again. Do I need to do something or install something? 

 

Here's my measure: 

IFrame =
"<!DOCTYPE html>
<html>
<body>

<iframe src='"& "www.googlemaps.com" &"' style='position: fixed; width:100%; height:100%'></iframe>

</body>
</html>"
 
Output: 

 

Thank you!