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