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