BinaryFormat.Single

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

A binary format that reads a 4-byte IEEE single-precision floating point value.

BinaryFormat.Single(binary as binary) as any  

ArgumentDescription
binaryA 4-byte IEEE single-precision floating point value
Show: