Value.Metadata

 

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.

Returns a record containing the input’s metadata.

Value.Metadata(value as any) as record  

ArgumentDescription
valueThe value to retrieve metadata for.
Value.Metadata(1 meta [meta = 1]) equals [ meta = 1]  

Show: