Skip to content

Commit 264bb23

Browse files
once more?
1 parent 9d18b86 commit 264bb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/dax/info-attributehierarchies-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A table whose columns match the schema rowset for attribute hierarchies in the c
2828
| [ID] | A reference to the object. IDs are usually autogenerated and should not be changed after the model is created. Data type is unsigned long (4 bytes). |
2929
| [ColumnID] | An ID-based reference to a Column object. |
3030
| [State] | A value that provides information about the state of the AttributeHierarchy object. The possible values and their interpretation are as follows: **Ready (1)** – The Attribute Hierarchy is queryable and has up-to-date data. **CalculationNeeded (4)** – The Attribute Hierarchy does not contain any data because it was not refreshed. There is no error associated with the attribute hierarchy. **DependencyError (7)** – The column that is associated with this Attribute Hierarchy is in an error state (SemanticError, EvaluationError, or DependencyError).|
31-
| [AttributeHierarchyStorageID] |An ID-based reference to an AttributeHierarchyStorage object, which can be enumerated with [INFO.ATTRIBUTEHIERARCHYSTORAGES](info-attributehierarchystorages-functions-dax.md) |
31+
| [AttributeHierarchyStorageID] |An ID-based reference to an AttributeHierarchyStorage object, which can be enumerated with [INFO.ATTRIBUTEHIERARCHYSTORAGES](info-attributehierarchystorages-function-dax.md) |
3232
| [ModifiedTime] | The time that the object was last modified. |
3333
| [RefreshedTime] | The time that the object was last refreshed.
3434

0 commit comments

Comments
 (0)