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
.
Related functions
Other functions related to Uri.Combine are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy