Uri.Combine

Uri.Combine is a Power Query M function that merges an input baseUri and relativeUri to create an absolute URI. The function returns the combined absolute URI.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

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

Description

Returns an absolute URI that is the combination of the input baseUri and relativeUri.

Other functions related to Uri.Combine are:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/uri-combine
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.