Hi,
The user could view a dimension member's NameColumn directly in PivotTable. If you want to view the KeyColumn or ValueColumn content, one easy way is to add two more attributes in the dimension. It is not mandatory to hierarchize them.
E.g. add "CategoryKey" attribute to the dimension and set its NameColumn with "Key" from the source table.
If you find confusion in this , you could read : SQL Server Analysis Server (SSAS) KeyColumn vs NameColumn vs ValueColumn for better understanding.
It is the by design behavior of SSAS OLAP, I don't think VSTO could help on this.
The $SYSTEM.MDSCHEMA_MEMBERS table is database system schema, it could not help in this case. Also normally we would not change this directly. The description column you mentioned :
DESCRIPTION
This column always returns a NULL value.
This column exists for backwards compatibility
You could find this in MDSCHEMA_MEMBERS Rowset
Hope this helps.
Regards.
Lukas
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.