Value.ReplaceMetadata

Updated on

Value.ReplaceMetadata is a Power Query M function that replaces the input value’s metadata information. The function returns the input value with updated metadata.

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

Syntax

Value.ReplaceMetadata(
   value as any,
   metaValue as any,
) as any

Description

Replaces the input’s metadata information.

Other functions related to Value.ReplaceMetadata are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/value-replacemetadata

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy