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 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

  • 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.

1 Reply

  • Eric_Zhang's avatar
    Eric_Zhang
    Icon for Microsoft Employee rankMicrosoft Employee

    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.