BinaryFormat.7BitEncodedUnsignedInteger

BinaryFormat.7BitEncodedUnsignedInteger is a Power Query M function that reads a 64-bit unsigned integer encoded using a 7-bit variable-length encoding. The function returns the decoded unsigned integer value.

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

Syntax

BinaryFormat.7BitEncodedUnsignedInteger( binary as binary ) as any

Description

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

Other functions related to BinaryFormat.7BitEncodedUnsignedInteger are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/binaryformat-7bitencodedunsignedinteger
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.