Forum Discussion
Use Power Automate to export a Power BI Service Report to One drive - Not a paginated report
I have found information and templates on Power Automate to save a Power BI paginated report to One Drive but is this option available for standard reports?
Similar to the subscription method but I want to save the report in one drive rather than email to users.
2 Replies
- georgina261185Frequent Visitor
Thank you for your suggestion. I'm not too familiar with APIs
I found a template to download a file from Power BI then used create file to save to One Drive
- ibarrauSuper User
Hi. I'm not sure if there is an action already built at Power Automate. I know you can do it because the Power Bi Rest API has a request for exporting the pbix. It's this one:
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group
If you can send the request with PowerAutomate I think you are almost ready to add it to one drive.
Be sure to read the limitations at the API like the size of the file.
I hope that helps,