I can load all pages using a script that cycles through all pages.
But now I found a problem and I need a workaround:
I cannot refresh data online (also scheduled refresh) because of the limitation of the PBI Service.
I am using a function inside the URL and this is not allowed for PBI Service.
In bold, the forbidden function inside URL:
each Json.Document(Web.Contents("https://url.com/token?limit=100&offset=" & Text.From([Column2])& "&date_range=201001010000:201912310000")))
Can anyone please help me with another way to load all pages from API and solve this issue?
In another posts, people say that I need to use Query functions, but I am new to M language and looking for help.