Forum Discussion

shaunguyver's avatar
shaunguyver
Icon for Helper III rankHelper III
8 years ago
Solved

Remove 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 background surrounds the iframe, making it look a little less than ideal.

 

Is there any way around this?

 

Thanks all in advance :)

4 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    Can 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>