Forum Discussion

sceccolini's avatar
sceccolini
Frequent Visitor
2 years ago
Solved

Recursive execution of REST from Power BI table

I have a table with a column containing the services I need to call to retrieve some other data, which needs to be modified with other further steps once I can return the records from these services....
  • NaveenGandhi's avatar
    NaveenGandhi
    2 years ago

    sceccolini 

    Can you use below query in a blank query and paste any one of the URL and let me know what you see?

    let
    Source =Json.Document(Web.Contents("URL"))
    in
    Source

    Or use the below file and let me know.