Forum Discussion
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
- jdbuchanan71Super 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.
- AnonymousNot applicable
Yes, Graph Explorer does not allow changing from 400 to 1000
- fooddCommunity Champion
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?
- AnonymousNot 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?