BinaryFormat.Binary

 

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.

Returns a binary format that reads a binary value.

BinaryFormat.Binary(optional length as nullable number) as function  

ArgumentDescription
optional lengthLength of bytes.
  • If a length is specified, the binary value will contain that many bytes.

  • If length is not specified, the binary value will contain the remaining bytes.

Show: