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.
Function | Description |
---|---|
Combiner.CombineTextByDelimiter | Returns a function that combines a list of text values into a single text value using the specified delimiter. |
Combiner.CombineTextByEachDelimiter | Returns a function that combines a list of text into a single text using each specified delimiter in sequence. |
Combiner.CombineTextByLengths | Returns a function that combines a list of text into a single text using the specified lengths. |
Combiner.CombineTextByPositions | Returns a function that combines a list of text into a single text using the specified positions. |
Combiner.CombineTextByRanges | Returns a function that combines a list of text into a single text using the specified positions and lengths. |
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy