Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSAS -> How do you hide an attribute that is used in a hierarchy? (without using perspectives)

I have some attributes that I am using to build hierarchies....(go figure).....after these attributes have been included in the hierarchy due to the change that I have made in their key columns they are no longer of use to an end user. If that doesn't make sense you probably don't know the answer to this question. (basically it splices the data by key columns included)

like image 862
Bill Blankenship Avatar asked Feb 10 '12 23:02

Bill Blankenship


People also ask

Which property is used to hide the attribute to be displayed in browser in SSAS?

In the Properties window, set the value of the AttributeHierarchyEnabled property to False for the selected attributes.

What is SSAS hierarchy?

A hierarchy is a useful tool in SSAS to reduce complexity. In the last article, I have created a cube now we learn about dimensional hierarchy. Firstly we create a supplier table in SQL Server also give foreign key relationship with the fact table.

What is attribute key in SSAS?

The key attribute is the attribute in a dimension that identifies the columns in the dimension main table that are used in foreign key relationships to the fact table. Typically, the key attribute represents the primary key column or columns in the dimension table.

Can we create hierarchies in SSAS?

You can create a hierarchy by using the columns and table context menu. When you create a hierarchy, a new parent level displays with selected columns as child levels.


1 Answers

Go to dimension tab, right click on your attribute. Set the attributehierarchyvisible to false. This will stop your attribute from being visible to your enduser and it will not be seen in the cubebrowser either.

like image 160
Bill Blankenship Avatar answered Nov 14 '22 23:11

Bill Blankenship