Uri.Combine

Updated on

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:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/uri-combine

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy