BinaryFormat.7BitEncodedSignedInteger is a Power Query M function that reads a 64-bit signed integer encoded using a 7-bit variable-length encoding. The function returns the decoded signed integer value.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
BinaryFormat.7BitEncodedSignedInteger( binary as binary ) as any
Description
A binary format that reads a 64-bit signed integer that was encoded using a 7-bit variable-length encoding.
Related functions
Other functions related to BinaryFormat.7BitEncodedSignedInteger are:
- BinaryFormat.7BitEncodedUnsignedInteger
- BinaryFormat.SignedInteger16
- BinaryFormat.SignedInteger32
- BinaryFormat.SignedInteger64
- BinaryFormat.UnsignedInteger16
- BinaryFormat.UnsignedInteger32
- BinaryFormat.UnsignedInteger64
2023-2026 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy