cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
mohinderbabu
Helper I
Helper I

Report Builder - bursting

Hi everyone,

 

I have built a report using power bi report builder and want to generate multiple pdfs for each partner (200+). I have created a parameter for the partner. How do I automate the report generation inb pdf for all the 200+ partners and save in local drive.

 

Thanks for your inputs in advance.

1 ACCEPTED SOLUTION
Hariharan_R
Super User
Super User

Hi,

There are 3 different options.

1. Manual - You can setup a subcriptions in Power BI service by opening the report with each partner and create a subscription.

2. Power Automate - Power Automate has "Export Pginated Report" action so using that you can build a flow with foreach and can automate. - https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-automate-paginated-integration

3. Power BI REST API - Using Power BI REST API, you can get the result. You can use PowerShell or any other application to run the REST API - https://docs.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file-in-group

 

Thanks

Hari

View solution in original post

2 REPLIES 2
Hariharan_R
Super User
Super User

Hi,

There are 3 different options.

1. Manual - You can setup a subcriptions in Power BI service by opening the report with each partner and create a subscription.

2. Power Automate - Power Automate has "Export Pginated Report" action so using that you can build a flow with foreach and can automate. - https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-automate-paginated-integration

3. Power BI REST API - Using Power BI REST API, you can get the result. You can use PowerShell or any other application to run the REST API - https://docs.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file-in-group

 

Thanks

Hari

Helpful resources

Announcements
Winner of T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Find out who won the T-Shirt Design Challenge and the top 3 finalists.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

Top Solution Authors