Dataflow stuck in publishing loop
Hi,
I have a Gen 2 Dataflow stuck in a publishing loop. This is a little bit different to other issues where dataflows have a problem refreshing. Mine doesn't get to the refreshing stage. It has been stuck in this loop for 24 hours.
This workspace has Fabric capacity and I want to delete the dataflow to remove the Fabric capacity. But I cannot delete it. I paused the Fabric capacity service but that didn't help. Screenshot below shows the problem.
Thanks in advance,
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