Binary.Buffer

This operation saves the binary value in the computer's memory. The outcome is a consistent binary value with a specific length and byte order.

Syntax

Binary.Buffer(binary as nullable binary) as nullable binary

About

This operation saves the binary value in the computer's memory. The outcome is a consistent binary value with a specific length and byte order.

Explanation

Generate a consistent version of the binary value utilizing Power Query. MBinary.Buffer(Binary.FromList({0..10})) will output #binary({0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}).