BinaryFormat.Single is a Power Query M function that reads a 4-byte IEEE single-precision floating point value from a binary format. The function returns the floating point value.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
BinaryFormat.Single( binary as binary ) as any
Description
A binary format that reads a 4-byte IEEE single-precision floating point value.
Related functions
Other functions related to BinaryFormat.Single are:
- BinaryFormat.Byte
- BinaryFormat.Choice
- BinaryFormat.Decimal
- BinaryFormat.Double
- BinaryFormat.Length
- BinaryFormat.Null
- BinaryFormat.Text
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy