Forum Discussion
Allow End-Users to Export Public Embeded Report to PDF
I am attempting to make an embeded report availble for download by end users on a public website.
Is this possible using the API without a Premium licensce since it is an embeded report?
Also for someone unfamiliar with using the API, is there any easy way to achieve this capability?
Thanks!
- Anonymous4 years ago
Hi Anonymous ,
You can refer the following official documentation to get it by using exporttofile API. It is worth noting that the
exporttofileAPI is only available in for Gen2 capacities...Export report to PDF, PPTX and PNG files using Power BI REST API (Preview)
POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportToPower BI Export Report into PDF – REST API Support
And there are some consideration and limitation when export to file, please check if you hit any of them...
Export Power BI report to file
Best Regards
2 Replies
- AnonymousNot applicable
Hi Anonymous ,
You can refer the following official documentation to get it by using exporttofile API. It is worth noting that the
exporttofileAPI is only available in for Gen2 capacities...Export report to PDF, PPTX and PNG files using Power BI REST API (Preview)
POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportToPower BI Export Report into PDF – REST API Support
And there are some consideration and limitation when export to file, please check if you hit any of them...
Export Power BI report to file
Best Regards
- KiranHosakotePost Patron
Hi Anonymous
See this article on export to PDF from Power BI Embedded. https://medium.com/bi-helper/power-bi-embedded-report-distribution-to-external-users-1cf46fe1303b
You can use an external tool like BI Helper to build an integration with your web application to achieve your stated goal, while at the same time ensuring access to user-specific data using your app login.