PowerQuery
Home
Blog
Functions
Patterns
Showcases
← Back to Uri functions
Uri.Combine
This function produces a complete URI by combining a given base URI with a relative URI.
Syntax
Uri.Combine(baseUri as text, relativeUri as text) as text
About
This function produces a complete URI by combining a given base URI with a relative URI.