Hi All,
Is that possible to incorporate Power Virtual agent into 1 of the dashboard in Power BI?
Thanks.
Regards,
Teh
Solved! Go to Solution.
I think this method would work, but I have not tried it:
https://powerapps.microsoft.com/en-us/blog/embed-an-app/
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...>
So it seems like a really interesting idea, it literally took me just a minute to test out and it works exactly as you would expect. Just add a tile to your dashboard with web content and paste in your iframe code.
I think this method would work, but I have not tried it:
https://powerapps.microsoft.com/en-us/blog/embed-an-app/
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...>
So it seems like a really interesting idea, it literally took me just a minute to test out and it works exactly as you would expect. Just add a tile to your dashboard with web content and paste in your iframe code.
Hi guys,
Thanks for your solution. Managed to make it embedded into my Power BI Dashboard.
Regards,
Teh
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.