Forum Discussion

michaelsh's avatar
michaelsh
Kudo Kingpin
5 years ago
Solved

Dynamic Base URL with prefix for API calls - Power Query

Hello friends, I've built a function that calls API, parses the json results and loads to a table in Power BI. = Json.Document(Web.Contents(pBaseURL, [RelativePath="/v1/students", Headers=[#"Author...
  • lbendlin's avatar
    5 years ago

    You can't.  The beginning part of a dynamic URL needs to be static. 🙂  Your URL schema is unsuitable for consumption by Power BI.