Value.VersionIdentity is a Power Query M function that returns the version identity of the input value. When there is no version, it returns null.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Value.VersionIdentity( value as any ) as any
Description
Returns the version identity of the value, or null if it doesn’t have a version.
Related articles
Learn more about Value.VersionIdentity in the following articles:
- Getting Different Versions Of Data With Value.Versions In Power Query
This article describes the Value.Versions function in Power Query M language, which allows accessing different versions of data in supported sources. It explains its use with DeltaLake connector and Fabric Lakehouses. » Read more
Related functions
Other functions related to Value.VersionIdentity are:
- Value.Alternates
- Value.Expression
- Value.Lineage
- Value.ResourceExpression
- Value.Traits
- Value.Type
- Value.Versions
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy