Forum Discussion
Joris_NL
2 years agoHelper III
Trying to understand api page limits in m-code
Hello, I have a WORKING pbi file which retrieves some tables from an web api. My colleague and me had a problem at first, because the api only gave a sample of 100 records of a table. So he h...
Joris_NL
2 years agoHelper III
Thanks v-rongtiep-msft!
I still don't understand though. If it makes 'a number of requests up to 10,000 records', how can I end up with tables that are 30,000?
I guess I can't use a some detection code to request only the number of records that the api has available? To save time.
Joris