Binary.Split

Binary.Split is a Power Query M function that splits a binary into a list of binaries.

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

Syntax

Binary.Split(
   binary as binary,
   pageSize as number,
) as list

Description

Splits binary into a list of binaries where the first element of the output list is a binary containing the first pageSize bytes from the source binary, the next element of the output list is a binary containing the next pageSize bytes from the source binary, and so on.

Other functions related to Binary.Split 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.