Forum Discussion
usage of REST API output from report server(PowerBIReports( ID)/Content/$value method)
- 8 years ago
The API your using above is more equivalent to the ExportReport API in PowerBI as it will only download the PBIX file. We do support embedding the report as mentioned in the other reply but we don't currently have a javascript API to interacte with the embedded report, however it is something on our backlog. If you want to request the capability/feature you can post you idea here.
The API your using above is more equivalent to the ExportReport API in PowerBI as it will only download the PBIX file. We do support embedding the report as mentioned in the other reply but we don't currently have a javascript API to interacte with the embedded report, however it is something on our backlog. If you want to request the capability/feature you can post you idea here.
@mgmeyer, thnks for your reply. What about .net sdk(https://github.com/Microsoft/PowerBI-CSharp/blob/master/README.md), can it help for powerbi report server?