Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
pbiembed
Frequent Visitor

How to automate an embeded Power Bi report Export to PDF for each filter value in a website

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

1 ACCEPTED SOLUTION
Jayendran
Solution Sage
Solution Sage

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}/Export

Will 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

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/35066698-export-to-pdf-via-power-...

View solution in original post

1 REPLY 1
Jayendran
Solution Sage
Solution Sage

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}/Export

Will 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

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/35066698-export-to-pdf-via-power-...

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors