Forum Discussion
Using API to extract data into Power BI
- 4 years ago
You can stay within Power Query and make subsequent Web.Contents calls. You can use List.Generate(), List.Accumulate(), recursive functions, or data from your initial call to set up the looping. In your case you may not even need loops, only data from the original request to formulate the second.
By the way, Method ="GET" is not a functionality of Web.Contents. You change methods via the payload.
You can stay within Power Query and make subsequent Web.Contents calls. You can use List.Generate(), List.Accumulate(), recursive functions, or data from your initial call to set up the looping. In your case you may not even need loops, only data from the original request to formulate the second.
By the way, Method ="GET" is not a functionality of Web.Contents. You change methods via the payload.