Forum Discussion
Luiza
3 years agoNew Member
Datasets don't refresh
I'am having this problem after the new updates in Power bi. They just don't refresh, return this error: "has failed to refresh. Failure details: The last refresh attempt failed because of an int...
ibarrau
3 years agoSuper User
Hi. The 429 error usually means that there were too many requests for refresh a dataset. For example, if you have a dataset published at a Shared Capacity (workspace developed with pro license), then you can only refresh the dataset 8 times. The moment you run a refresh number 9 you will get error 429 until the next day. You are getting to the limit. If you are using an API as source, maybe you are sending more requests than the API can take. Read the source doc to make sure you can send that many requests.
I hope that helps,