Forum Discussion
shaunguyver
Helper III
8 years agoRemove grey background in Power BI iframe
I have published my report to web, and embedded it as an iframe in a website. I am unable to set the background of the iframe to either transparent, or white. Instead, the standard PowerBI grey b...
- 8 years ago
Greg_Deckler
Community Champion
8 years agoCan you post a picture of what you are seeing? Here is what I am seeing using this code:
<html> <head></head> <body> <iframe src="https://app.powerbi.com/view?r=eyJrIjoiNTc0YjZlZmMtOTUzMC00OWRiLWFjZTYtMmU0ZmQ1MGFhNDFlIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9" height="500" width="500"></iframe> </body> </html>
- shaunguyver8 years ago
Helper III
Sure, please see screenshot below. Code is:
<iframe width="1250" height="880" src="https://app.powerbi.com/view?r=eyJrIjoiNzM0YWU2MjgtYTNlNC00MTJmLWJmYzAtMTlkMWJkNzE1OGZkIiwidCI6Ijg1MGI4NjhiLTUyNjAtNDE4NC05NzczLTI1NDc1MDMyZDViMCJ9" frameborder="0" allowfullscreen="true"></iframe>
- Greg_Deckler8 years ago
Community Champion
Very strange, I don't get that with my file:
<html>
<head></head>
<body>
<iframe width="1230" height="880" src="https://app.powerbi.com/view?r=eyJrIjoiNTc0YjZlZmMtOTUzMC00OWRiLWFjZTYtMmU0ZmQ1MGFhNDFlIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9" frameborder="0" allowfullscreen="true"></iframe>
</body>
</html>What version of Power BI Desktop are you on? Are you on the version that lets you set your canvas color/background? I think it was August?
- Sean8 years ago
Community Champion