BinaryFormat.Decimal is a Power Query M function that reads a .NET 16-byte decimal value from a binary format. The function returns the decimal value.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
BinaryFormat.Decimal( binary as binary ) as any
Description
A binary format that reads a .NET 16-byte decimal value.
Related functions
Other functions related to BinaryFormat.Decimal are:
- BinaryFormat.Byte
- BinaryFormat.Choice
- BinaryFormat.Double
- BinaryFormat.Length
- BinaryFormat.Null
- BinaryFormat.Single
- BinaryFormat.Text
