Value.RemoveMetadata
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.
Removes the metadata on the value and returns the original value.
Value.RemoveMetadata(value as any) as any
| Argument | Description |
|---|---|
| value | The value to remove metadata from. |
Value.RemoveMetadata(1 meta [meta = 1]) equals 1
Show: