I'm an ISV developing a desktop application and would like to consider using power bi embedded for my application, but just can't seem to find information if it is possible to use inside desktop application. Searching on SO / Googe did not give me answer to this question.
power bi embedded homepage also did not stress out that it's restricted to web only.
P.S. If it is for "web apps only" - maybe using a WebBrowser control inside a form might be a workaround?
Does anyone has experience using power bi inside a desktop application? Or some information whether it is possible at all?
EDIT
power bi manual about integrating report into an app
•Step 1: Register a web app with Azure AD.
•Step 2: Get a Power BI report
•Step 3: Load a Power BI report into an IFrame
info from power bi developer forum
A Power BI team member states that It is possible. Anything that can host and iframe can embed a Power BI report.
Updated question
Does anyone have experience doing this actually? How about "registering" winforms application with Azure AD which is a 1st step of integration process?