Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
sparksy64
Regular Visitor

Embed a Report into a UWP application WebView

Hi all, does anyone know if it is possible to embed a report into a webview within a UWP application. I can display a publically availble report but I wish to do so with the private ones using authentication tokens as well.

 

Any suggestions would be appreciated, thanks.

4 REPLIES 4
sidney
Regular Visitor

Did you solved it?

 

I don't think this is currently possible as the WebView in UWP is using Microsoft Edge. I have gotten the JavaScript code to run in described here to run on every browser except Microsoft Edge when typing it into the console. I have implemented a code that is fairly similar to the code described here. The only line is the only thing currently not working in my application is this:

 

iframe.contentWindow.postMessage(message, "*");

 Microsoft Edge is the only browser where the reports doesn't show up and the window is stuck loading.

Did you ever get any farther on this? I am currently experiencing the same issue.

Thank you for the reply...I'm trying to embed the tile as a iframe on a xamarin.forms webview. In this references i thought if its run on uwp (C#) it will run on XAmarin.forms (c#).

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors