Forum Discussion
alexanderg
10 years agoAdvocate II
Embed Power BI Report in HTML Page Using API
Hi Everyone! I am Trying to embed a Power BI report in an HTML page, now I know how to create the basic code to embed the report in an iframe using html with javascript, but the problem is that I co...
achinm45
10 years agoAdvocate IV
Hi Anonymous,
Yes it is possible now. After you publish your dataset to Power BI service, go to power BI service and login.
In there go to reports section and there got to File > Publish to Web.
This will generate js code for you and you can embed the js code.
For example we did it for Customised Waterfall chart on our website as below :
Custom Waterfall Displayed on Web Page
joncarl
9 years agoMicrosoft Employee
Is there a way to automate the publishing of an HTML output from a dataset without a human interacting with the PowerBI interface (select, execute, extract, embed, publish), for instance, a pull; running a command from the target to publish current values?