Forum Discussion
Dynamics 365
I am connected to CRM for a report and only 5000 records are being returned when I have 6000. Is there a workaround to get all the rows in the data?
Thank you.
10 Replies
- ExpiscornovusMost Valuable Professional
Hi jo123456,
Most APIs would have some kind of pagination/paging functionality. What are you using for your connection? Dynamics 365 CRM?
Here is an example for Dataverse paging:
https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query/page-results
- jo123456Helper I
dynamics 365 CRM
- ExpiscornovusMost Valuable Professional
You can also use the Table.GenerateByPage helper function:
https://learn.microsoft.com/en-us/power-query/helper-functions#tablegeneratebypage
- PwerQueryKeesSuper User
What's the M code you use? I use a dataverse connection to MSD 365 from Excel and don't have this problem...
- jo123456Helper I
- isjoycewangSolution Supplier
Not sure but it looks like you're connecting to a web content or some documents instead of directly connecting to CRM? If so, please check the raw file that you connected to.
Or would you consider using the default Dataverse option to connect to MSD 365?