Quantcast
Channel: Service topics
Viewing all articles
Browse latest Browse all 61635

workaround for SCHEDULED REFRESH on HTTP API with pages

$
0
0

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.


Viewing all articles
Browse latest Browse all 61635

Trending Articles