Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
FelipeBrito28
New Member

Power BI is throttling data loading

Guys, I need some help with loading data. IN imported data through an API for Planner tasks, but Power BI can only load up to 400 tasks and no error message appears. How can I solve this problem?

5 REPLIES 5
foodd
Super User
Super User

Well, I would have  thought it would have  followed the pattern of 1000 rather than 400.   Check to see if it is Paging.

 

With the retirement of Outlook Calendar Boards, this topic is of interest to me.

Anonymous
Not applicable

Yes, Graph Explorer does not allow changing from 400 to 1000

Anonymous
Not applicable

I found a potential issue in the API for this case, which are limiting queries to "400", but I can't edit the API code. Do you know how to edit the code or change it to unlimited?

FelipeBRito280_0-1692628743264.png

 

foodd
Super User
Super User

What are the results of testing your query(s) with Graph Explorer?   What does the process documentation say from when you put the logic together for this originally?

jdbuchanan71
Super User
Super User

I doubt the problem is on the PowerBI side of the process.

Check the API documentation.  A lot of times there is a limit to the amount of data an API will return in 1 call.  You may need to change the page size parameter or even deal with getting a continuation token.  

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors