Uri functions
The Power Query Formula Language is a powerful query language optimized for building queries that mashup data. It's a functional, case sensitive language similar to F#, which can be used with Power Query in Excel, Get & Transform in Excel 2016, and Power BI Desktop. To learn more, see the PowerQueryName reference.
| Function | Description |
|---|---|
| Uri.BuildQueryString | Assemble a record into a URI query string. |
| Uri.Combine | Returns a Uri based on the combination of the base and relative parts. |
| Uri.EscapeDataString | Encodes special characters in accordance with RFC 3986. |
| Uri.Parts | Returns a record value with the fields set to the parts of a Uri text value. |
Show: