Binary.Buffer
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.
Buffers the binary value in memory. The result of this call is a stable binary value, which means it will have a deterministic length and order of bytes.
Binary.Buffer(binary as nullable binary) as nullable binary
| Argument | Description |
|---|---|
| Binary | The binary value to buffer in memory. |
Show: