Forum Discussion
Power automate flow creation between two different application
I am trying to create power automate flow which will help me pull report from vendor environment and save a copy in power bi.
Please can you help me with the flow .
Hi Nilofer_khan
I think your question will be based answered in the power automate community. Microsoft Power Platform Community Forum Thread
3 Replies
- GilbertQSuper User
Hi Nilofer_khan
I think your question will be based answered in the power automate community. Microsoft Power Platform Community Forum Thread
- AnonymousNot applicable
Hi Nilofer_khan
From my research, Power Automate is not able to export reports directly from other environments and publish them to your own Service. You may need to use the REST API to export reports first and then import them.
Reports - Export Report - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Imports - Post Import In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
use-power-automate-http-connector-to-publish-pbix-file-using-the-power-bi-api
Furthermore, you might consider enabling "In-place semantic model sharing" in the vendor environment, which enables you to access reports from the vendor environment in your own tenant, with the option to save as a pbix file.
Please refer to the following links to learn more:
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - Nilofer_khanNew Member
thank you .. it helped understand lot of technicalities