70-466 · Question #47
You are developing a multidimensional project that includes a dimension named Organization. The dimension is based on the DimOrganization table in the data warehouse. The following diagram illustrates
The correct answer is D. Set the AttributeHierarchyVisible property to False for the Organization attribute.. In SSAS multidimensional models, each dimension attribute automatically exposes an attribute hierarchy. To hide this hierarchy from end users without disabling its internal functionality, you set AttributeHierarchyVisible to False.
Question
Options
- ASet the AttributeHierarchyDisplayFolder property to Null for the Organization attribute.
- BDelete the Organization attribute.
- CSet the AttributeHierarchyEnabled property to False for the Organization attribute.
- DSet the AttributeHierarchyVisible property to False for the Organization attribute.
How the community answered
(32 responses)- A3% (1)
- B13% (4)
- C3% (1)
- D81% (26)
Why each option
In SSAS multidimensional models, each dimension attribute automatically exposes an attribute hierarchy. To hide this hierarchy from end users without disabling its internal functionality, you set AttributeHierarchyVisible to False.
AttributeHierarchyDisplayFolder controls which folder the hierarchy appears in within client tools, not whether it is visible or hidden to users.
The Organization attribute is the key attribute of the dimension and cannot be deleted without destroying the entire dimension.
Setting AttributeHierarchyEnabled to False disables the attribute hierarchy entirely, which can break dependent objects such as the parent-child hierarchy that relies on the underlying attribute being functional.
Setting AttributeHierarchyVisible to False on the Organization attribute hides that attribute hierarchy from client tools and browsing interfaces while keeping it enabled for internal use. This is the correct property to control visibility without affecting the attribute's ability to support the parent-child hierarchy or other dimension functionality. The parent-child Organizations hierarchy remains unaffected and visible.
Concept tested: SSAS dimension attribute hierarchy visibility control
Source: https://learn.microsoft.com/en-us/analysis-services/multidimensional-models/attribute-properties-configure-attribute-types
Topics
Community Discussion
No community discussion yet for this question.