Binary.FromList

 

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.

Converts a list of numbers into a binary value

Binary.FromList(list as list) as binary  

ArgumentDescription
listThe list to convert.
Show: