Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Trying to use the Pagination Capability for REST API connector in Copy Activity in Fabric. But its not working. We are using the AbsoluteURL property. The connector seems to call the API once and not taking into account the pagination config. We are facing this challenge in ADF in Fabric. Any suggestions
We tried both options , it is still not working
"page": {
"count": 108,
"limit": 100,
"links": {
"first": https://api.xxxxxxxxx.com/v2/xxxx?offset=0&limit=100,
"last": https://api.xxxxxxxxx.com/v2/xxxxx?offset=100&limit=100,
"next": https://api.xxxxxxxxx.com/v2/xxxxx?offset=100&limit=100,
"previous": null,
"self": https://api.xxxxxxxxxx.com/v2/xxxx
},
The next link is in the json body in this format
and we are using page.links.next as the value for absoluteURL
Hi @aveekr
Apologies for the delay in response from my side.
Please refer to the documentation which might help you : Implementing Pagination with the Copy Activity in Microsoft Fabric - Microsoft Community Hub
Please do let us know if you have any further queries. Glad to help.
I hope this information helps.
Thank you
Hi @aveekr
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.
Thanks.
Hi @aveekr
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others .
If you have any question relating to the current thread, please do let us know and we will try out best to help you.
In case if you have any other question on a different issue, we request you to open a new thread.
Thanks.
Hi @aveekr
Thanks for using Microsoft Fabric Community.
If you want to use Value as None then enter the value as $.next.
In case if you want to use Value as Body then enter the value as next.
I see in the screenshot that you are using Body and entering the value as $.next. Try to use the property name without $ symbol and execute the Copy activity.
If the issue still persists, please do let us know. Glad to help.
I hope this information helps.
Thank you.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.