Forum Discussion
pooneh_ce
8 years agoFrequent Visitor
entegration power bi rest api in php
Is it possible to integrate powerbi rest api into php?especifically for show reports and charts? does it need to use powerbi js file? what about odata? how is it possible to use jwt for it?
Jon-Heide
Microsoft Employee
8 years agoUnclear if you are referring to PowerBI.com REST API or PowerBI Report Server REST API.
If you are referring to PBI Report Server, it is a OneAPI compliant API and you can generate php or other clients through swagger tools - https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0
As for a JWT, the server supports basic auth, windows auth or custom auth. There's no general purpose JWT or other token based auth for it at the moment.