TL;DR: How can I enable the option to precede the hierarchy name by the dimension name?
I am trying to implement a change that appears in one of the cubes I am working on based on the same dimension in another cube. When a user creates a pivot table on top of the correct cube in Excel, the dimension list appears as:
Where the hierarchy is preceded by the dimension name. When I implement the same dimension on my cube, it appears as:
This is different in that the example cube has the Dimension name preceding the Hierarchy while my working cube does not.
I looked through the properties of the dimensions and they appear to be the same. Specifically, the HierarchyUniqueNameStyle property of the dimension is set to IncludeDimensionName. My intuition says that this difference might be on the cube itself, since multiple dimensions of the example cube have the same feature.
Is there is another place where cube display attributes reside? Or, is this something where the developer of the example cube just changed the name?