Hi,
I'm new in this M world.
So the problem is: I wanna increment the parameter page (++1), until the last page. In the future get the data on the page and go to the next page.
EX:
https://api.github.com/repos/" & login & "/" & repository & "/issues?state=all&sort=created&page=" & Text.From(page) // page is my variable
Thinking as JAVA man we just adding a variable and use for/while depending the situation.
Now, how to do that using M language?
I did the homework and this sites have some information:
https://seddryck.wordpress.com/2017/01/07/do-while-loop-with-power-bi-m-language/
But it's not working.
Anyone can help me?
Thanks.