Combiner functions

Combiner functions functions for Power Query M language.

Functions

FunctionDescription
Combiner.CombineTextByEachDelimiterThe function returns a result that merges a list of text strings into a single string by separating them with the specified delimiters in the order they are listed.
Combiner.CombineTextByLengthsReturns a function that merges a list of text snippets into one complete text based on specified lengths.