Explore Binary Functions in Power Query M Language, essential for carrying out binary operations on data in manipulation tasks. This page provides a comprehensive list and descriptions of Binary Functions available in the M Language.
Table of contents
Buffer and Compression Functions
Function | Description |
---|---|
Binary. | Buffers the binary value in memory. |
Binary. | Compresses a binary value using the given compression type. |
Binary. | Decompresses a binary value using the given compression type. |
Byte Order Functions
Function | Description |
---|---|
BinaryFormat. | Returns a binary format with the byte order specified by a function. |
Creation and Conversion Functions
Function | Description |
---|---|
#binary | Creates a binary value from a list of numbers or a base 64 encoded text value. |
Binary. | Creates a binary from the given value |
Binary. | Converts a list of numbers into a binary value. |
Binary. | Decodes data from a text form into binary. |
Binary. | Converts a binary value into a list of numbers. |
Binary. | Encodes binary data into a text form. |
Information Functions
Function | Description |
---|---|
Binary. | Returns the approximate length of the binary. |
Binary. | Reads the binary stream and tries to determine the content type and format information of the stream. |
Binary. | Returns the number of characters. |
Reading Functions
Function | Description |
---|---|
BinaryFormat. | A binary format that reads a 64-bit signed integer that was encoded using a 7-bit variable-length encoding. |
BinaryFormat. | A binary format that reads a 64-bit unsigned integer that was encoded using a 7-bit variable-length encoding. |
BinaryFormat. | Returns a binary format that reads a binary value. |
BinaryFormat. | A binary format that reads an 8-bit unsigned integer. |
BinaryFormat. | Returns a binary format that chooses the next binary format based on a value that has already been read. |
BinaryFormat. | A binary format that reads a .NET 16-byte decimal value. |
BinaryFormat. | A binary format that reads an 8-byte IEEE double-precision floating point value. |
BinaryFormat. | Returns a binary format that reads a group of items. |
BinaryFormat. | Returns a binary format that limits the amount of data that can be read. |
BinaryFormat. | Returns a binary format that reads a sequence of items and returns a list. |
BinaryFormat. | A binary format that reads zero bytes and returns null. |
BinaryFormat. | Returns a binary format that reads a record. |
BinaryFormat. | A binary format that reads a 16-bit signed integer. |
BinaryFormat. | A binary format that reads a 32-bit signed integer. |
BinaryFormat. | A binary format that reads a 64-bit signed integer. |
BinaryFormat. | A binary format that reads a 4-byte IEEE single-precision floating point value. |
BinaryFormat. | Returns a binary format that reads a text value. |
BinaryFormat. | Returns a binary format that will transform the values read by another binary format. |
BinaryFormat. | A binary format that reads a 16-bit unsigned integer. |
BinaryFormat. | A binary format that reads a 32-bit unsigned integer. |
BinaryFormat. | A binary format that reads a 64-bit unsigned integer. |
Transformation Functions
Function | Description |
---|---|
Binary. | Combines a list of binaries into a single binary. |
Binary. | Returns the end of a binary value. |
Binary. | Returns a subset of the binary value beginning at an offset. |
Binary. | Splits the specified binary into a list of binaries using the specified page size. |
View Functions
Function | Description |
---|---|
Binary. | Creates or extends a binary with user-defined handlers for query and action operations. |
Binary. | Creates a modified error record which won’t trigger a fallback when thrown by a handler defined on a view (via Binary.View). |
Binary. | Creates a function that can be intercepted by a handler defined on a view (via Binary.View). |
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy