Forum Discussion

fergalom's avatar
fergalom
Frequent Visitor
9 years ago
Solved

Nested List.generate

I have used this exanple to also pull data from the Dovico api

 

https://community.powerbi.com/t5/Integrations-with-Files-and/how-to-create-a-query-that-paginates/m-p/23910#M3080

 

While trying to get expense details from the api, I get a table with various info I need but also a further onward URI which points to some of the expense sheet details I also need

 

Relevant Dovico Api info

http://apideveloper.dovico.com/Expense+Entries#Get all Expense Sheets

URI example in a expense table column:

https://api.dovico.com/ExpenseEntries/Sheet/{SheetID}/?version=5

Is it possible to do a nested list.generate in order to also extract this further data from the Expense sheet?

 

ANy code examples I could refer to?