Skip to main content

Power BI

Needs Votes

Set Frame size in Sharepoint Web Part

Vote (376) Share
's profile image

on 31 Oct 2017 07:07:13

The Power BI Web Part (embed in sharepoint online) works well for me, but I want to adjust the frame size.

I have a report that is wider and longer than the web part frame so I have double vertical and horizontal scrollbars. The only options for frame size are '16:9' or '4:3'.

The frame size should default to the report size (or allow input of height and width of the iframe in px)

Comments (56)
's profile image Profile Picture

c9aef1cf 2d6f-44cf-820c-c4f67227a696 on 05 Jul 2020 23:30:58

RE: Set Frame size in Sharepoint Web Part

if we have access to the following CSS class, the problem will be solved
.CanvasZone {
max-width: 1284px;
padding: 0 12px;
margin: 0;
margin-top: -18px;
}

change the max-width: 1284px; to 100%

's profile image Profile Picture

02d109e7 c875-473d-aec1-baf4b8976d78 on 05 Jul 2020 23:29:16

RE: Set Frame size in Sharepoint Web Part

This is very important to our organization. We're even considering custom development to accomplish this, which is crazy since it's a feature that really feels like it should have been included from the start.

's profile image Profile Picture

f7be000a cbc5-4555-b5de-181a04214795 on 05 Jul 2020 23:27:24

RE: Set Frame size in Sharepoint Web Part

Big vote for an adjustable webpart frame for PowerBI..This will make our roll out of organisation wide reporting through our SharePoint site super clunky. Looking forward to a future update soon!

's profile image Profile Picture

12872412 db0c-4896-9f3d-a536f667607f on 05 Jul 2020 23:27:03

RE: Set Frame size in Sharepoint Web Part

Super frustrating! Why even let us customize the size of a report if it is then forced into 16:9 or 4:3.

Makes no sense.

's profile image Profile Picture

7a90081b 88af-47a6-9ebd-d64abde9541d on 05 Jul 2020 23:26:37

RE: Set Frame size in Sharepoint Web Part

Frustrating stuff ...

's profile image Profile Picture

6d2d76fd 9e7c-4c7e-ba66-01f7755de4d6 on 05 Jul 2020 23:08:58

RE: Set Frame size in Sharepoint Web Part

This is very frustrating. I have a report that I need to let my organization utilize, but the way it shows up in SharePoint does not allow the screen to show all the information at once without horizontal scrolling. The information that is on the left hand side of the screen directly correlates with what is on the right hand side of the screen.