Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have used this exanple to also pull data from the Dovico api
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?
Solved! Go to Solution.
Hi @fergalom,
You can refer to this blog to do nested List.Generate: Nested Loop with List.Generate in Power Query.
Best Regards,
Qiuyun Yu
Hi @fergalom,
You can refer to this blog to do nested List.Generate: Nested Loop with List.Generate in Power Query.
Best Regards,
Qiuyun Yu