I've been searching the internet will no success.
I'm trying to retrieve all rows (62k+ rows), but the call only returns the first 1000
Does anyone know of a parameter that needs setting to increase the 1000 limit, or how to make repeated calls until all rows are returned
The Power Query Editor displays the following
totalResults 62027
startIndex 1
itemsPerPage 1000
Query from Advanced editor
let
Source = Json.Document(Web.Contents("removed web address"))
in
Source