Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
We need to update a dataflow using the PowerBI APIs.
We sign-in to the PowerBI APIs using a service principal (client id / certificate).
For datasets, there is a "take over" operation available (https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/take-over-in-group) that allows us to take over datasets and update them.
This operation is available on dataflows only in the UI, but is not available in the API.
Can you make this take over operation also available for dataflows as for datasets?
Thank you!
Solved! Go to Solution.
Hi @mikoify,
Current it seems like the take owner API only work for dataset and works for dataflow.
If you want to use API to achieve these, you may need to manually trace the backend operations when you interact with UI and manually reproduce these operations based on httprequests.
Regards,
Xiaoxin Sheng
Hi @mikoify,
Current it seems like the take owner API only work for dataset and works for dataflow.
If you want to use API to achieve these, you may need to manually trace the backend operations when you interact with UI and manually reproduce these operations based on httprequests.
Regards,
Xiaoxin Sheng