Forum Discussion
Power BI REST API Dataflows - Refresh Dataflow not working
- 4 months ago
I couldn't get that to work with a Service Principal / Registered App (despite the page saying they are supported), but I did discover that one can now tirgger a Fabric Pipeline to run by a Service Principal, and do this from within a Logic App.
Many thanks to this article;
Trigger Microsoft Fabric Data Pipeline using Power Automate/ Logic App – rakhesh.com
Hi JonnieM,
I recommend using the Scheduler API to start jobs, rather than the legacy dataflow API.
Job Scheduler - Run On Demand Item Job - REST API (Core) | Microsoft Learn
I couldn't get that to work with a Service Principal / Registered App (despite the page saying they are supported), but I did discover that one can now tirgger a Fabric Pipeline to run by a Service Principal, and do this from within a Logic App.
Many thanks to this article;
Trigger Microsoft Fabric Data Pipeline using Power Automate/ Logic App – rakhesh.com
- v-saisrao-msft3 months agoCommunity Support
HI JonnieM,
Thank you tayloramy, fro your insights.
Thank you for sharing the workaround it’s very useful and helps clarify the current limitations with Service Principals. Since this approach works well, you might consider marking your reply as the accepted solution. This can help others facing the same issue quickly find a working approach.
Thank you.