INFO.STORAGETABLES DAX Function
Returns statistics about in-memory tables.
Syntax
Parameter | Attributes | Description |
---|---|---|
RestrictionName | Optional Repeatable |
Restriction name. |
RestrictionValue | Optional Repeatable |
Restriction value. |
Return values
Field | Type |
---|---|
DATABASE_NAME | String |
CUBE_NAME | String |
MEASURE_GROUP_NAME | String |
DIMENSION_NAME | String |
TABLE_ID | String |
TABLE_PARTITIONS_COUNT | Integer |
HINT_TABLE_TYPE | String |
ROWS_COUNT | Integer |
RIVIOLATION_COUNT | Integer |
Remarks
Corresponds to the DISCOVER_STORAGE_TABLES data management view (DMV).
As all the INFO functions, it cannot be used in calculated tables and calculated columns.
Last update: Nov 14, 2024 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo
Microsoft documentation not available.
The function may be undocumented or unsupported. Check the Compatibility box on this page.