Combiner functions
Combiner functions functions for Power Query M language.
Functions
Function | Description |
---|---|
Combiner.CombineTextByEachDelimiter | The 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.CombineTextByLengths | Returns a function that merges a list of text snippets into one complete text based on specified lengths. |