Forum Discussion

Rabin_01's avatar
Rabin_01
New Member
1 month ago
Solved

Power BI Refresh Fails with “Unable to Continue Fetch After Reconnect” from Azure Databricks.

Hi Everyone, I’m refreshing a report with dataset (~10 million rows) from Azure Databricks. The refresh runs for about an hour and then fails with the following error: Unable to continue fetch afte...
  • DanieleUgoCopp's avatar
    1 month ago

    Hello,
    Based on the error and the one-hour refresh time, the most likely culprit is an authentication token expiration. If you're using a Service Principal (SPN) or OAuth for authentication, the token often has a 1-hour lifetime, which would cause the fetch to fail right around the time your refresh is failing
    . The fix for this is to switch your connection to use a Personal Access Token (PAT) instead. Many users have reported that this resolves the issue because the PAT doesn't have the same hard 1-hour limit.
    Best regards,
    Daniele