Hi Everyone,
I've created a dataflow based on an other, I refresh it, put taking a long time, so I've decided to cancel it.
Put now it's blocked.
I can't change other datasets cause they are all linked.
Someone have a solution for it ?
Thanks a lot
Solved! Go to Solution.
Hi @thomas_htc ,
If the UI interface above the service cannot successfully cancel the dataset refresh, you can consider using the Rest API: Cancel refresh in Group to manually cancel the dataset refresh, you can first execute this Get refresh history API to get the request ID of this refresh.
Datasets - Get Refresh History In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
This request ID is then used to populate the API to manually cancel the refresh.
Datasets - Cancel Refresh In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @thomas_htc ,
If the UI interface above the service cannot successfully cancel the dataset refresh, you can consider using the Rest API: Cancel refresh in Group to manually cancel the dataset refresh, you can first execute this Get refresh history API to get the request ID of this refresh.
Datasets - Get Refresh History In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
This request ID is then used to populate the API to manually cancel the refresh.
Datasets - Cancel Refresh In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.