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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
PaulCr125
Frequent Visitor

Power BI Embedded

I have been able to embed Power BI Report into Web apps without a problem, but have yet to discover how to use it within a c# winforms application. I'm able to get all the relevant info like embed codes, url's etc... How would I use the Javascript API to embed reports into my Winforms c# app?

I appreciate the direction.

Paul

 

1 ACCEPTED SOLUTION
TedPattison
Microsoft Employee
Microsoft Employee

You need a browser that understands HTML to embed a Power BI Report or Dashboard. In Winforms you will need a control that allows you to embed a browser within a form. I would stay away from the WebBrowser control that comes with WinForms because it uses IE and introduces a bunch of compatibility issues. I have never tired this approach, but I would start with a better winforms control such as CefSharp or DotNetBrowser which allow you to surface an HTML-based UI using a more modern browser.

 

Have you tried this approach?

View solution in original post

2 REPLIES 2
TedPattison
Microsoft Employee
Microsoft Employee

You need a browser that understands HTML to embed a Power BI Report or Dashboard. In Winforms you will need a control that allows you to embed a browser within a form. I would stay away from the WebBrowser control that comes with WinForms because it uses IE and introduces a bunch of compatibility issues. I have never tired this approach, but I would start with a better winforms control such as CefSharp or DotNetBrowser which allow you to surface an HTML-based UI using a more modern browser.

 

Have you tried this approach?

Thanks Ted,

     I have tried the built in Web Browser control with little success, I will try an alternative and advise. I just wanted to start my users easily on a desktop app without going the MVC route right off the bat. The java script API does a great job with a reportcontainer

I- frame... Appreciate the speedy response.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.