Forum Discussion

FelipeBrito28's avatar
FelipeBrito28
New Member
3 years ago

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

  • 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.  

  • foodd's avatar
    foodd
    Community Champion

    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's avatar
      Anonymous
      Not applicable

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

  • foodd's avatar
    foodd
    Community 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?

  • Anonymous's avatar
    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?