Binary.ToList
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 binary value into a list of numbers
Binary.ToList(binary as binary) as list
| Argument | Description |
|---|---|
| binary | The binary value to convert. |
Show: