Daily DAX : Day 49 INFO.DELTATABLEMETADATASTORAGES
This is a meta data information function that returns a table containing information about the Delta tables that are being used in a Power BI model and allows troubleshooting. The function returns a table with the following columns: ID: A unique identifier for the delta table storage. PartitionStorageID: The ID of the partition storage associated with the delta table. TableName: The name of the delta table. RootLocation: The root location of the delta table storage. CurrentVersion: The current version of the delta table storage format. TableObjectID: The object ID of the delta table. DatamartObjectID: The object ID of the datamart associated with the delta table. FramedSchemaName: The framed schema name of the delta table. FallbackReason: A code indicating the reason for falling back to a different storage format. Typical Usage: Understanding ...