Forum Discussion
Pradeep
10 years agoFrequent Visitor
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 applica...
- 10 years ago
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.
Eric_Zhang
Microsoft Employee
10 years ago
In C#, you can use the Microsoft.PowerBI.Core that 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.