Forum Discussion
powerbi-oe
9 years agoFrequent Visitor
Power BI embedded: load report into web control in winforms application
Hi So I want to load a report hosted in an Azure workspace into a desktop application. Using the power bi cli, I've created a workspace and uploaded a pbix file. I've also got the embedurl for m...
powerbi-oe
9 years agoFrequent Visitor
I've managed to create a static HTML on disk and using the power bi JavaScript library load the report. I can then load the html file into a web browser control on a form.
JMOed
6 years agoNew Member
Hi, I was wanting to try something similar. Was planning to pass credentials through an http request as put the response in the browsercontrol - could this work? If not, could you explain your method, eg what you use the JavaScript for? Many thanks 🙂