Forum Discussion
michaelsh
5 years agoKudo Kingpin
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...
- 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.