Combiner Functions Overview

Updated on

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

Combiner Functions are important for combining different values. This page provides a list and descriptions of available Combiner Functions in the M Language.

FunctionDescription
Combiner.CombineTextByDelimiterReturns a function that combines a list of text values into a single text value using the specified delimiter.
Combiner.CombineTextByEachDelimiterReturns a function that combines a list of text into a single text using each specified delimiter in sequence.
Combiner.CombineTextByLengthsReturns a function that combines a list of text into a single text using the specified lengths.
Combiner.CombineTextByPositionsReturns a function that combines a list of text into a single text using the specified positions.
Combiner.CombineTextByRangesReturns a function that combines a list of text into a single text using the specified positions and lengths.

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/combiner-functions

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy