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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors