Forum Discussion
entegration power bi rest api in php
Unclear 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.
I mean power bi report server and I want to know how I can show charts from rest apis in a php page? for example I am using the PowerBIReports service. Is the output a powerbireport type? how should I show the output in a php page?do I need to use powerbi javascript or any other dll? are there any samples or tutorials about it?