Forum Discussion
priceless88
8 years agoFrequent Visitor
List.Generate an array of JSON docs into a single table
I have a Database Lite apllication called Airtable linked via its api into Power BI. The Airtable API has 100 record limit on each pull, so you have to paginate on subsequent calls. I figured this ou...
- 8 years ago
Figured it out.
v-yuta-msft
8 years agoCommunity Support
Hi priceless88,
About how to achieve data from ari, you can refer to this blog: https://powerpivotpro.com/2016/02/reviewlist-generate-create-tables-thin-air-power-bi-m/.
Regards,
Jimmy Tao
- priceless888 years agoFrequent Visitor
I appreciate the reference. I understand the basics of the way it works though, so generating a list of digits wasn't that exciting of an experience. I edited down my OP to get rid of all the broken out tables since I don't need that yet.
- priceless888 years agoFrequent Visitor
Figured it out.