Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
j274
New Member

Embedded PowerBi Report in Sharepoint creates black border

Hi

 

I have a PowerBi report with a page navigator embedded in Sharepoint. However, a black border appears when I click on any of the page navigator buttons. Is there any way I can stop this from happening?

1 REPLY 1
Anonymous
Not applicable

Hi @j274 ,

Please refer the following links which has the similar problem as yours to try to fix it:

How do you get rid of the grey border with the report visuals with power bi embedded?

<style>
  iframe {  border: none; }
</style>

Setting the iframe background for embedded reports (default gray color is terrible)

let embedConfig = {
    ...
    settings: {
	background: models.BackgroundType.Transparent
    }
};

Best Regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.