Forum Discussion
Dataflow stuck in publishing loop
- 1 year ago
Hi Anonymous ,
I was eventually able to raise a support ticket on this. The solution turned out to be to use the Power BI API calls and raise a DELETE dataflow call for this dataflow.
For others that may need to do this the API can be found here:
Dataflows - Delete Dataflow - REST API (Power BI Power BI REST APIs) | Microsoft Learn
You will need the workspace id and dataflow id to run the API.
Use Groups - Get Groups - REST API (Power BI Power BI REST APIs) | Microsoft Learn to get the workspace id.
Use Dataflows - Get Dataflows - REST API (Power BI Power BI REST APIs) | Microsoft Learn to get the dataflow id.
Hope this helps someone else.
Fergus
Hi Anonymous ,
I was eventually able to raise a support ticket on this. The solution turned out to be to use the Power BI API calls and raise a DELETE dataflow call for this dataflow.
For others that may need to do this the API can be found here:
Dataflows - Delete Dataflow - REST API (Power BI Power BI REST APIs) | Microsoft Learn
You will need the workspace id and dataflow id to run the API.
Use Groups - Get Groups - REST API (Power BI Power BI REST APIs) | Microsoft Learn to get the workspace id.
Use Dataflows - Get Dataflows - REST API (Power BI Power BI REST APIs) | Microsoft Learn to get the dataflow id.
Hope this helps someone else.
Fergus