Binary.End

Binary.End is a Power Query M function that returns the end of a binary value. This value is always empty and 0 bytes in length, and it can be used to append to a binary value by replacing its end.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Binary.End( binary as binary ) as binary

Description

Returns a binary value corresponding to the end of binary. The returned value is always empty (i.e. it is 0 bytes in length).

Binary.End can be used to append to a binary value by replacing the end of the binary value.

Examples

Return the end of a binary value.

Binary.End( Text.ToBinary( "Hello world!" ) )

Other functions related to Binary.End are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.