Forum Discussion
rachaelwalker
5 years agoResolver III
Power query for pagination
I am directly connecting to a data source using an API. I am trying to overcome to 1k record limitation. I am wondering if there is a better way to implement pagination than what I am currently doing...
- 5 years ago
I found a blog online that shows me how to do it but thank you!
rachaelwalker
5 years agoResolver III
Thank you for the resources! I created a query following their instructions but receiving the following error
Expression.Error: We cannot apply field access to the type List.
Details:
Value=[List]
[email protected]
This is my m code. Any ideas?
rachaelwalker
5 years agoResolver III
I found a blog online that shows me how to do it but thank you!