Value.RemoveMetadata

Value.RemoveMetadata is a Power Query M function that strips the input value of metadata. The function returns the input value without metadata.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Value.RemoveMetadata(
   value as any,
   optional metaValue as any,
) as any

Description

Strips the input of metadata.

Other functions related to Value.RemoveMetadata are:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/value-removemetadata
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.