Forum Discussion
swapna
9 years agoFrequent Visitor
integration Power BI Desktop report to PHP application.
Hi,
I have built a report in power BI Desktop and published it.
Now my requirement is to integrate that report in our PHP application.
Is it possible ? If so please let me know the process.
Regards,
Swapna.
3 Replies
- Greg_Deckler
Community Champion
You could do "Publish to Web" and then just embed it via an iframe.
- swapnaFrequent Visitor
I am a new user.
Is there any Authentication username/password required while calling the report?
Can you please provide me piece of code ?
Regards,
Swapna.
- Eric_Zhang
Microsoft Employee
Two ways to embed reports,Power BI REST API and Power BI Embedded. You can check the difference in this thread and Rest API vs Power BI Embedded.
Samples on Github
If you have any question, feel free to let me know.