Discover Combiner Functions in Power Query M Language, vital for merging data from different sources in data manipulation tasks. This page provides a comprehensive list and descriptions of Combiner Functions available in the M Language.
Combiner Functions
Function | Description | Input | Output |
---|---|---|---|
Combiner.CombineTextByDelimiter | Returns a function that combines a list of text values into a single text value using the specified delimiter. | Text | Function |
Combiner.CombineTextByEachDelimiter | Returns a function that combines a list of text into a single text using each specified delimiter in sequence. | List | Function |
Combiner.CombineTextByLengths | Returns a function that combines a list of text into a single text using the specified lengths. | List | Function |
Combiner.CombineTextByPositions | Returns a function that combines a list of text into a single text using the specified positions. | List | Function |
Combiner.CombineTextByRanges | Returns a function that combines a list of text into a single text using the specified positions and lengths. | List | Function |
