Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I want to generate a power bi report based on the input file uploaded by the user which should get automatically exported into pdf with the filters applied.
Please let me know how to automate the process of export PDF in power bi service.
Thanks,
Suma
Solved! Go to Solution.
Hi @pbiembed ,
Currently export to pdf feature is not available via API, so you need to do this manually for me
The current export API
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exportreport
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportWill only allows to you export into a Media Types: "application/zip" and not PDF.
Already an idea is submitted here, you can vote and follow this
Hi @pbiembed ,
Currently export to pdf feature is not available via API, so you need to do this manually for me
The current export API
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exportreport
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportWill only allows to you export into a Media Types: "application/zip" and not PDF.
Already an idea is submitted here, you can vote and follow this
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.