Uri.Combine

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Returns a Uri based on the combination of the base and relative parts.

Uri.Combine(baseUri as text, relativeUri as text) as text  

ArgumentDescription
baseUriThe left part of the URI to combine.
relativeUriThe right part of the URI to combine.
Show: