Forum Discussion

Pradeep's avatar
Pradeep
Frequent Visitor
10 years ago
Solved

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...
  • Eric_Zhang's avatar
    10 years ago

    Pradeep

     

    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.