This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
This usually happens because the Fabric trial capacity is overloaded or has too many Spark jobs running. Check the Monitoring Hub for active or queued jobs and cancel any that are stuck. If nothing is running, wait a while and try again, as trial capacities often hit usage limits.
Hello @Ojicletus,
This looks like a Spark capacity issue rather than a dataset issue.
The TooManyRequestsForCapacity (HTTP 430) error means Fabric Spark compute is unavailable or a Spark/API rate limit has been hit.
Since you're using the trial version, try these quick checks:
1. Go to Monitoring hub and cancel any running or queued Spark jobs.
2. Check Workspace settings → Job management for queued jobs or capacity contention.
3. Disconnect the current compute session, reconnect it, then rerun the job after a short wait.
Docs:
Concurrency limits and queueing in Apache Spark for Microsoft Fabric
Hi @Ojicletus ,
This error means your Fabric capacity has reached the concurrent Spark jobs limit. This is a SKU/capacity-level throttling issue, not necessarily a problem with your code.
Learn more here: https://learn.microsoft.com/fabric/data-engineering/spark-job-concurrency-and-queueing
I would recommend reviewing the following:
1. Review and cancel active jobs
Go to Workspace Settings → Data Engineering/Science → Spark settings → Jobs and cancel any non-critical Spark jobs.
There are often "zombie" notebook sessions consuming Spark slots without doing anything useful.
https://learn.microsoft.com/fabric/data-engineering/job-concurrency-queue-monitoring
2. Activate High Concurrency (if applicable)
This can help improve Spark session utilization and reduce concurrency-related issues.
3. Review Spark compute configuration
In fact, I ran into the same error today and immediately thought of you.
In my case, I adjusted the Spark configuration. I had a Medium node running on an F4 capacity, and I changed it to Small, also adjusting the number of nodes. That resolved the issue for me.
Give it a try and let us know if it works for you: https://learn.microsoft.com/en-us/fabric/data-engineering/environment-manage-compute
Additional references that may help:
https://learn.microsoft.com/fabric/data-engineering/job-queueing-for-fabric-spark
https://learn.microsoft.com/fabric/data-engineering/autoscale-billing-for-spark-overview
https://learn.microsoft.com/fabric/data-engineering/troubleshoot-permissions-capacity#capacity-and-r...
If this response has been helpful, please don't forget to give it a Like and mark it as a Solution so other community members can find it easily.
Thank you!
TooManyRequestsForCapacity - you are running too many requests in quick succession. See if you can space your requests out a bit more.
Check out the April 2026 Fabric update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 3 |