Uri Functions Overview

Learn about Uri Functions in Power Query M Language, crucial for handling URI data. This page provides a comprehensive list and descriptions of Uri Functions available in the M Language.

Uri Functions

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

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