Forum Discussion
Tinus1905
2 years agoResolver I
PowerBi relative path pagination
Hi, I have a little problem with my dataset refreshing in PowerBi service. My dataset is from an API with pagination. Below my link: Bron = Json.Document(Web.Contents("https://app.website.n...
- 2 years ago
Query = [page = Number.ToText(page)],
Tinus1905
2 years agoResolver I
Yes, thanks.
Query = [page = Number.ToText(page)], now I get all the pages.