Forum Discussion
igorfurnas
Advocate I
8 years agoHow to stop manually a scheduled refresh on PowerBI Web
Hello, I have setup several datasets to update via scheduled refresh. Sometimes a refresh process that typically lasts 10-15min gets some problem and doesn´t finish succesfully. In the meanwhile it ...
skiwii
Advocate I
4 years agoYou could try this:
- Get the refresh/request ID from here by fetching the top 1 https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history#code-try-0
- Then cancel the refresh here https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/cancel-refresh#code-try-0