When I use a powerBI tile I can see the x-axis in the design mode, but when I publish to SharePoint it is not rendering the aspect ratio correctly and cutting off the bottom and right side of the tile. Any idea how to fix?
Better pics...
Sharepoint version
Hi @BenGCG ,
What is the screen size setting of your powerapps?
If you want to display the entire screen without black borders, there are two ways.
1\
2\
<iframe width="1024px" height="768px" src="https://web.powerapps.com/webplayer/iframeapp?source=iframe&screenColor=rgba(104,101,171,1)&appId=/providers/Microsoft.PowerApps/apps/[AppID]" />
// In my example, the size of my app is 640x1136, so I will use this formula:
<iframe width="640px" height="1136px" src="https://web.powerapps.com/webplayer/iframeapp?source=iframe&screenColor=rgba(104,101,171,1)&appId=/providers/Microsoft.PowerApps/apps/my app id" />
It should be noted that before using iframe, please modify the settings as shown below.
The difference between the two methods is their resolution.
But none of them have a black border.
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Thank you!! I tried this and I still do not see the powerBI tile rendering correctly.
It does render correctly if run the webapp URL. Here are some screenshots of what I tried.
The underlined weblink works fine, I might just have users use that instead of trying to host it in a page? Is there any downside to that?
Hi @BenGCG ,
Please check if your settings are the same as the image below:
After changing the settings, please save the app and publish the app.
In addition, in order to protect your privacy, the staff has deleted your images.
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Even when I check all those settings it doesn't draw the BI tile fully when in Sharepoint. Is there something on the BI side I need to adjust or set the tile size too? Honestly I just switched to not imbedding the app at all and running it from the "Play" link instead for users.
User | Count |
---|---|
164 | |
96 | |
78 | |
73 | |
59 |
User | Count |
---|---|
206 | |
167 | |
98 | |
93 | |
79 |