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
Function | Description | Input | Output |
---|---|---|---|
Uri.BuildQueryString | Assemble a record into a URI query string. | Record | Text |
Uri.Combine | Returns an absolute URI that is the combination of the input base URI and relative URI. | Text | Text |
Uri.EscapeDataString | Encodes special characters in accordance with RFC 3986. | Text | Text |
Uri.Parts | Returns the parts of the input absolute URI as a record. | Text | Record |
