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.
Related functions
Other functions related to Value.ReplaceMetadata are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy