Forum Discussion
jpt1228
Responsive Resident
5 years agoScheduling dynamic anonymous API Refresh in Power BI service
Hello, I have an API call which I can refresh in the desktop fine. When I publish to the service I am unable to schedule refresh due to error: I have been successful using http://blog.datains...
Anonymous
5 years agoNot applicable
Hi jpt1228 ,
Try this:
pageRange = {0..Number.RoundUp(totalItems / 250)-1}
pages = List.Transform(pageRange, each ufnCallAPI(_*250+1)),
You can take a look at the following document about the help functions about processing pagination api if it meet your requirement:
Helper functions for M extensions for Power Query connectors | Microsoft Docs
Solved: Power Query M function in Paginate API - Microsoft Power BI Community
Solved: Paginate Rest API via Offset and Limit method - Microsoft Power BI Community
Revisiting Dynamic Web.Contents()
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.