Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
I have created a pipeline in Fabric that does a full load from an API endpoint. The pipeline gets the data from the API endpoint and loads the files into a Lakehouse. I tried in the sandbox environment and it works perfect. However, when I run the pipeline in production, the capacity exceeded. Then I upgraded from F32 to F64. However, still the capacity exceeded. I let it run and the pipeline succeeded. However, I have got only 123000 records out of 210000 records. There is no pattern as well. It just skipped few files in between. Is it because bursting, smoothing that Fabric use? What is the best way to tackle this issue. Can I do something to make my pipeline take only 80% of the capacity, take longer time no problem but I want the full load to happen.
Solved! Go to Solution.
Hi @max_mrc ,
Thanks for reaching out to the Microsoft fabric community forum.
Caues
API Pagination/Throttling Behaviour
Best Practices & Fixes
Optional: "Take Only 80% of Capacity"
There’s no direct way to say “only use 80% of capacity,” but you can
simulate that behaviour by:
Evaluate and optimize your Microsoft Fabric capacity - Microsoft Fabric | Microsoft Learn
Understand your Fabric capacity throttling - Microsoft Fabric | Microsoft Learn
Plan your capacity size - Microsoft Fabric | Microsoft Learn
Smoothing and Throttling - Microsoft Fabric | Microsoft Learn
Scale your Fabric capacity - Microsoft Fabric | Microsoft Learn
If this post helped resolve your issue, please consider giving it Kudos and marking it as the Accepted Solution. This not only acknowledges the support provided but also helps other community members find relevant solutions more easily.
We appreciate your engagement and thank you for being an active part of the community.
Best regards,
LakshmiNarayana
ana.
@gslick ,
Thanks for the follow-up question.
Yes — if your API integration involves complex logic or you're encountering throttling or capacity limits, moving to a Notebook (Python) is a recommended approach. It provides more control over pagination, retries, throttling, and error handling. You can also implement custom logging and batching logic more easily. This approach can either complement or replace pipelines, depending on your use case
Use Pagination with Fabric REST APIs - Microsoft Fabric REST APIs | Microsoft Learn
If this post helped resolve your issue, please consider giving it Kudos and marking it as the Accepted Solution. This not only acknowledges the support provided but also helps other community members find relevant solutions more easily.
We appreciate your engagement and thank you for being an active part of the community.
Best regards,
LakshmiNarayana.
Instead of using a pipeline, could you use a Notebook using Python instead to connect to the API?
Hi @max_mrc ,
Thanks for reaching out to the Microsoft fabric community forum.
Caues
API Pagination/Throttling Behaviour
Best Practices & Fixes
Optional: "Take Only 80% of Capacity"
There’s no direct way to say “only use 80% of capacity,” but you can
simulate that behaviour by:
Evaluate and optimize your Microsoft Fabric capacity - Microsoft Fabric | Microsoft Learn
Understand your Fabric capacity throttling - Microsoft Fabric | Microsoft Learn
Plan your capacity size - Microsoft Fabric | Microsoft Learn
Smoothing and Throttling - Microsoft Fabric | Microsoft Learn
Scale your Fabric capacity - Microsoft Fabric | Microsoft Learn
If this post helped resolve your issue, please consider giving it Kudos and marking it as the Accepted Solution. This not only acknowledges the support provided but also helps other community members find relevant solutions more easily.
We appreciate your engagement and thank you for being an active part of the community.
Best regards,
LakshmiNarayana
ana.
Hi @max_mrc ,
If your issue has been resolved, please consider marking the most helpful reply as the accepted solution. This helps other community members who may encounter the same issue to find answers more efficiently.
If you're still facing challenges, feel free to let us know—we’ll be glad to assist you further.
Looking forward to your response.
Best regards,
LakshmiNarayana.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
13 | |
4 | |
3 | |
3 | |
3 |
User | Count |
---|---|
8 | |
8 | |
7 | |
6 | |
5 |