Forum Discussion

connorfelice's avatar
connorfelice
Copper Contributor
Jul 15, 2026

Format Power BI report in SharePoint page

Hey everyone,

 

I have a wide and short Power BI report that is 2500 by 350 and I am trying to embed it in a SharePoint page. The problem is that when I embed it there is a ton of negative space below the report. I tried formatting the web part but there are only two display ratios (16:9 and 4:3). Is there a way to shorten the web part or reduce the negative space below the report.

1 Reply

  • The built-in Power BI web part doesn’t expose an arbitrary height setting. Your report is roughly 7:1, so placing it inside a 16:9 or 4:3 container will naturally leave a large unused area.

     

    First try the web part’s Display setting with Fit to width, and hide the navigation and filter panes if you don’t need them. That can reduce space inside the report, but it won’t change the web part’s outer aspect ratio.

     

    The practical fix is to redesign that report page closer to 16:9 or 4:3, or split the wide banner into smaller report pages or visuals that fit the SharePoint section. Power BI Desktop supports a custom report-page width and height, but the SharePoint web part still controls its container.

     

    If the exact 2500×350 shape is mandatory, you would need a custom SPFx/Power BI Embedded solution where the host controls the height. Avoid Publish to web for internal data because it makes the report publicly accessible. There isn’t a simple supported resize handle for this web part today.