BinaryFormat.7BitEncodedUnsignedInteger

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

A binary format that reads a 64-bit unsigned integer that was encoded using a 7-bit variable-length encoding.

BinaryFormat.7BitEncodedUnsignedInteger(binary as binary) as any  

ArgumentDescription
binaryA 64-bit unsigned integer that was encoded using a 7-bit variable-length encoding.

Controlling byte order

The default byte order for binary formats is ByteOrder.BigEndian. To change this use the BinaryFormat.ByteOrder function.

Show: