The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi community,
I am running into an issue with going through all results with a GET API call. The API call will only return 10,000 records along with a pagination NEXT token that can be passed as a parameter to the API call to fetch the next 10,000 records. This will repeat until the API call returns no NEXT token, which means it reaches the end of the results. I dont have much experience in Query Editor to implement it and hope you could share what you did to achieve the looping to get all records.