Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have a question I haven't been able to answer by checking the documentation.
Is it possible to run cross-tenant Dataflows using the Dataflow Activity in Pipelines?
We have a client with a PPU capacity who wants us to orchestrate their data flows from our fabric capacity in our tenant.
Is that even possible? Or can only be achieved by using the REST API?
Thanks,
Victor
Solved! Go to Solution.
Hello @VictorMed
Fabric Data pipelines operate within a single tenant boundary. While cross-workspace pipeline invocation is supported (Q3 2024), cross-tenant orchestration isn’t natively implemented
Yes with rest api it should be possible
1. Use a Service Principal with permissions in both tenants
2. Programmatically invoke Dataflows in the client’s tenant using API endpoints.
Hi @VictorMed,
Thanks for reaching out to the Microsoft fabric community forum.
It looks like you want to run a cross-tenant Dataflow activity to bring data from your client. As @nilendraFabric, already responded to your issue, please mark it as solution if it answers your query.
I would also take a moment to thank @nilendraFabric, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Hammad.
Community Support Team
If this post helps then please mark it as a solution, so that other members find it more quickly.
Thank you.
Hello @VictorMed
Fabric Data pipelines operate within a single tenant boundary. While cross-workspace pipeline invocation is supported (Q3 2024), cross-tenant orchestration isn’t natively implemented
Yes with rest api it should be possible
1. Use a Service Principal with permissions in both tenants
2. Programmatically invoke Dataflows in the client’s tenant using API endpoints.
Hi @nilendraFabric ,
It's I expected then.
Are there any plans to remove the tenant boundaries?
Thanks,
Victor