Forum Discussion
PBI API limit exceeded error when trying to copy Notebook on Fabric
- 5 months ago
Hi PyyneCST ,
Thank you for the update.
The HTTP 429 error indicates request throttling on the Fabric/Power BI service side. Even though the operation was simply duplicating a Notebook, this action can internally trigger multiple Power BI REST API calls (for example, retrieving metadata, copying artifacts, permissions, and workspace item registration). If several operations occur within a short time window, the service may temporarily enforce throttling.
Currently, the exact request limits for many Fabric operations are not publicly documented, as they can vary depending on factors such as capacity load, concurrent requests, and backend service protection policies. This is why the documentation does not list a fixed limit.
Since the issue resolved automatically, it confirms the throttling was temporary service-side protection rather than a configuration problem with your account or workspace capacity.
If the issue starts occurring frequently, we recommend:
Monitoring capacity metrics for spikes in activity
Avoiding rapid repeated artifact operations (copy/create/update)
Implementing retry logic with backoff when automating Fabric API operationsPlease let us know if the issue reoccurs or if additional details are needed.
Best Regards,
Chaithra E.
Hi PyyneCST,
Capacities are attached to workspaces, not to accounts, so all actions in a workspace go against the capacity that the workspace is attached to.
The trial message at the top right just indicates that you have an active trial capacity, not that all your work is being billed to it.
Have you checked capacity metrics at all to see how much usage the capacity has? I've never seen a 429 when copying/creating notebooks before.