Hi,
I am mainly a Power BI user but recently brought in a PowerApps app into a Power BI report and it works as expected (relief!). The issue for me is there is a needless grey border (as shown below at the top of my app). I can resize the app in Power BI to get rid of this, but would mean the app being much wider than I would like it to be.
Does anybody know if I can remove this?
Thanks.
Solved! Go to Solution.
Hi @jcarville,
Could you please share another screenshot for the PowerApps Custom Visual in PowerApps App Edit mode?
For configure size in PowerApps, check:
Change screen size and orientation in PowerApps
And:
Size and location properties in PowerApps
Further, after publish the App, there should be some gap between the App screen and the visual border, currently there is no way that I am aware of to change that.
Regards,
Michael
Hi @v-micsh-msft,
Thanks for your reply as your first link guided me to the solution.
In PowerApps, under App settings, there is an option to lock the aspect ratio. This was previously selected and hence why the grey border appeared in my Power BI report. Simply untick this option and re-publish the app.
Jake
Which way you used to " brought in a PowerApps app into a Power BI report ", Embeding, or through the custom Visual?
Embed PowerApps in Power BI dashboards or your website
Custom Visual:
Announcing availability of PowerApps custom visual for Power BI (preview)
If here you are using custom Visual, make sure you follow the following code sample:
"
To achieve this, we use the Add web content capability of Power BI dashboards and add the app as an iframe content. The iframe code I am using above is like following. Please refer to the end of this post where I talk about how to generate the src Uri for your app.
<iframe width="98%" height="98%" src="https://web.powerapps.com/webplayer/iframeapp?source=powerbi&screenColor=rgba(165,34,55,1)&appId=/pr...>
Note: Use the width & height to 98% options to avoid having scroll bars on your tile.
"
Basically you should be able to configure the iframe parameter to cofnigure how the App shows in Report.
For custom Visual, please modify the items within PowerApps.
Post back if you need any further help on this.
Regards,
Michael
Thanks for the reply @v-micsh-msft
I brought the app into Power BI using the custom visual.
It is not possilbe for me to configure the iframe in Power BI, as you can only add iframe's in Power BI Dashboards, not Reports. I am using the app in a Report.
You mentioned "For custom Visual, please modify the items within PowerApps.". Where in PowerApps would I do this?
Hi @jcarville,
Could you please share another screenshot for the PowerApps Custom Visual in PowerApps App Edit mode?
For configure size in PowerApps, check:
Change screen size and orientation in PowerApps
And:
Size and location properties in PowerApps
Further, after publish the App, there should be some gap between the App screen and the visual border, currently there is no way that I am aware of to change that.
Regards,
Michael
Hi @v-micsh-msft,
Thanks for your reply as your first link guided me to the solution.
In PowerApps, under App settings, there is an option to lock the aspect ratio. This was previously selected and hence why the grey border appeared in my Power BI report. Simply untick this option and re-publish the app.
Jake
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
182 | |
47 | |
46 | |
34 | |
33 |
User | Count |
---|---|
260 | |
87 | |
79 | |
68 | |
67 |