Uri Functions Overview

Updated on

URI functions in Power Query M make working with web addresses (URLs) easier. They help you break apart, build, or fix URLs so you can use them in your data workflows. These functions are handy if you’re dealing with APIs or any kind of online data. URI stands for Uniform Resource Locator.

Uri Functions

FunctionDescription
Uri.BuildQueryStringAssemble a record into a URI query string.
Uri.CombineReturns an absolute URI that is the combination of the input base URI and relative URI.
Uri.EscapeDataStringEncodes special characters in accordance with RFC 3986.
Uri.PartsReturns the parts of the input absolute URI as a record.

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

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