Forum Discussion
Laura_Dannisoe
4 years agoFrequent Visitor
List.Generate performance
Hello community! I have a function which calls an API and then loops until all data are retrieved. Therefore, I am using List.Generate, however I am experiencing it to be extremely slow. The num...
mahoneypat
4 years agoMicrosoft Employee
Please see this approach as an alternative. Also, are you able to increase the number of records returned with each web call?
Power BI - Tales From The Front - REST APIs - YouTube
Pat
Laura_Dannisoe
4 years agoFrequent Visitor
Also the approach is using GET to my understanding right? Would prefer POST.