Text.FromBinary is a Power Query M function that decodes binary data into a text value using a specified encoding type. The function returns the decoded text value.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Text.FromBinary(
binary as nullable binary,
optional encoding as nullable number,
) as nullable text
Description
Decodes data, binary
, from a binary value in to a text value, using encoding
type.
Related functions
Other functions related to Text.FromBinary are:
