Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
I'm performing a REST request against a paginated source. I've pulled the number of pages, then used the List.Numbers to create a table with rows = the number of pages, and added a custom column with the query for each page. The method is working but breaks for some of the larger tables.
Looking for advice on the most efficient way to do the paginated pulls, I'm worried that the list method is sending all the queries at the same time which is causing the issue.
Any advice would be appreciated thanks
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 28 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 74 | |
| 63 | |
| 40 | |
| 23 | |
| 22 |