Uri functions

Uri functions functions for Power Query M language.

Functions

FunctionDescription
Uri functionsConstruct the data query by combining the necessary information into a URL query string, ensuring that characters are properly formatted for transmission.
Uri.CombineThis function produces a complete URI by combining a given base URI with a relative URI.
Uri.EscapeDataStringThis software function encodes specific characters in the input information based on the guidelines outlined in RFC 3986.
Uri.PartsThis function extracts different components of the provided absoluteUri and organizes them into a structured record. This record includes details such as Scheme, Host, Port, Path, Query, Fragment, Use...