Binary.Combine
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.
Combines a list of binaries into a single binary.
Binary.Combine(binaries as list) as binary
| Argument | Description |
|---|---|
| binaries | The list of binary values to combine. |
Show: