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 (103)
RE: Set Frame size in Sharepoint Web Part
Why is this not possible? Please make so we can edit the size of the page.
RE: Set Frame size in Sharepoint Web Part
Please make this a possibility
RE: Set Frame size in Sharepoint Web Part
Please make the power BI webpart editable in size
RE: Set Frame size in Sharepoint Web Part
Users should be able to view the dashboard on complete window not by scroll down
RE: Set Frame size in Sharepoint Web Part
I'm building a PBI report as the main content on the home page (SharePoint). Due to the frame size limitation, the homepage looks unprofessional with additional white spaces. Please make the feature available.
RE: Set Frame size in Sharepoint Web Part
Agreed..
We are on the verge of having to start a larger BI project. It is a requirement that this must be a part of our existing Sharepoint Online solution.
RE: Set Frame size in Sharepoint Web Part
Echo most of the posts below around organisational roll out and limitation/clunkiness of the frame size - also add a print function as many people would like to include an extract of the report easily to ppt or word.
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%
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.
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!