web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

OData Pagination

(0) ShareShare
ReportReport
Posted on by 5

Hi - I'm looking to bring Odata feeds into a Bi tool. 

I'm able to pull in the first page of 1000 records but no additional pages.

I'm a newbie to this and can reduce the data set with the $top instruction in the URL but I'm unable to pull in further pages.

How am I able to bring in all data from the set?

Thanks in advance

John

I have the same question (0)
  • Suggested answer
    Sergei Minozhenko Profile Picture
    23,093 on at
    RE: OData Pagination

    Hi Johnny_321,

    I think pagination can be achieved by using skip option. But it's not a good idea to query a lot of data through oData.

    Take a look at BYOD docs.microsoft.com/.../export-entities-to-your-own-database

    data/CustomersV3?$top=1000 - First page

    data/CustomersV3?$top=1000&$skip=1000 - Seconds page

    data/CustomersV3?$top=1000&$skip=2000 - Third page

  • Johnny_321 Profile Picture
    5 on at
    RE: OData Pagination

    Morning Sergei,

    Thanks for taking the time to respond :-)

    The BYOD  link looks like that could be incredibly helpful.

    All the Best

    Johnny

  • Suggested answer
    Mea_ Profile Picture
    60,284 on at
    RE: OData Pagination

    As Sergei mentioned, OData supports pagination, if you look at response in the end of it you will see

    "@odata.nextLink": https://*****.operations.dynamics.com/data/CustomersV3?$skip=10000&$top=10000"

    using it you can get next 10000 records. However, as Sergei mentioned,  BYOD or Data Lake could be better approach for reporting and high volumes of data. Here is compassion between DMF and OData and common usage scenarios docs.microsoft.com/.../integration-overview

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 2,177

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 860 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 593 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans