High severityresource
Power BI Refresh Error:
QUOTA_EXCEEDED
What does this error mean?
A Databricks operation was blocked because the workspace or the underlying cloud subscription has exhausted a resource quota, such as vCPU count, IP addresses, or job run rate.
Common causes
- 1The Azure subscription or AWS account has reached the vCPU quota for the selected VM family or region
- 2The Databricks workspace has hit the 1000 job runs per hour API rate limit
- 3The number of active clusters exceeds the workspace-level cluster policy limit
- 4Public IP address quota in the cloud account has been exhausted
How to fix it
- 1Step 1: Identify which quota is exceeded from the error message (vCPU, IP, job rate, cluster count).
- 2Step 2: For cloud vCPU quotas: request an increase via the Azure portal (Subscriptions > Usage + quotas) or AWS Service Quotas.
- 3Step 3: For Databricks job rate limits: stagger job schedules or batch concurrent runs to stay under 1000 runs/hour.
- 4Step 4: Terminate idle clusters to free up vCPU and IP allocations.
- 5Step 5: Review cluster policies to enforce auto-termination and prevent quota creep from long-idle clusters.