Splitter Functions Overview

Updated on

Learn about Splitter Functions in Power Query M Language, vital for splitting data into parts. This page provides a comprehensive list and descriptions of Splitter Functions available in the M Language.

Splitter Functions

FunctionDescription
Splitter.SplitByNothingReturns a function that does no splitting, returning its argument as a single element list.
Splitter.SplitTextByAnyDelimiterReturns a function that splits text into a list of text at any of the specified delimiters.
Splitter.SplitTextByCharacterTransitionReturns a function that splits text into a list of text according to a transition from one kind of character to another
Splitter.SplitTextByDelimiterReturns a function that splits text into a list of text according to the specified delimiter.
Splitter.SplitTextByEachDelimiterReturns a function that splits text into a list of text at each specified delimiter in sequence.
Splitter.SplitTextByLengthsReturns a function that splits text into a list of text by each specified length.
Splitter.SplitTextByPositionsReturns a function that splits text into a list of text at each specified position.
Splitter.SplitTextByRangesReturns a function that splits text into a list of text according to the specified offsets and lengths.
Splitter.SplitTextByRepeatedLengthsReturns a function that splits text into a list of text after the specified length repeatedly.
Splitter.SplitTextByWhitespaceReturns a function that splits text into a list of text at whitespace.

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

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