Forum Discussion
Power BI Embedded - Integrate a report into a UWP app
Hi,
I have the Reports that i made using Power Bi Desktop, but i don't know how to embedded these reports into UWP Application uisng C# code.
i did emebedded these reports in Asp.Net web application, its working good.
But i want to dispaly the same report in My UWP APPlication
Please tell me How can I achieve that.
-Pradeep
In C#, you can use the
Microsoft.PowerBI.Corethat contains APIs to generate the embed tokens, Check sample in Github.Not familiar with UWP app, based on googling, you can embed an "iframe" with WebView. If the embeded report/tile can't render well, it may be the limiation of WebView, check the remarks in that link.
1 Reply
- Eric_Zhang
Microsoft Employee
In C#, you can use the
Microsoft.PowerBI.Corethat contains APIs to generate the embed tokens, Check sample in Github.Not familiar with UWP app, based on googling, you can embed an "iframe" with WebView. If the embeded report/tile can't render well, it may be the limiation of WebView, check the remarks in that link.