Lines Functions Overview

Updated on

Discover Lines Functions in Power Query M Language, useful for processing lines of text. This page provides a comprehensive list and descriptions of Lines Functions available in the M Language.

Lines Functions

FunctionDescription
Lines.FromBinaryConverts a binary value to a list of text values split at lines breaks
Lines.FromTextConverts a text value to a list of text values split at lines breaks
Lines.ToBinaryConverts a list of text into a binary value using the specified encoding and lineSeparator.The specified lineSeparator is appended to each line
Lines.ToTextConverts a list of text into a single text

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

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