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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
powerdevkris
Regular Visitor

Running reports using power automate

I have built a power automate flow that use the Power BI actions to run reports. It goes through a list and try to run them one by one. I tried to enable the concurrency control on the Apply to Each action to have multiple reports run at once. But most of the time some of my reports are failing. My success rate is only higher when i run them one at a time. Anyone had any experience in running multiple power bi reports in parallel with success? The Power BI connection is using a gateway.

 

powerdevkris_0-1712072922393.png

 

 

 

1 REPLY 1
Expiscornovus
Resolver III
Resolver III

Hi @powerdevkris,

 

Another approach could be to use the Power BI REST API instead of the out of the box actions, that might give you a bit more control/information.

 

The Export to File request is async: 

https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file

 

After triggering such an export job you can use Get Export To File Status request to track the job status:

https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-export-to-file-status

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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