Forum Discussion
ftuomey
2 years agoFrequent Visitor
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 h...
- 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
ftuomey
1 year agoFrequent Visitor
Hi,
This is still trying to publish. Anyone got any ideas?
Thanks