Hi,
We are using Excel 2007 to access our cube built with SSAS 2008. In our cube we have Customer dimension. In this dimension we have few attributes like below
CustSID - (Key Column is SID and Name Column is Empty)
Customer - (Key Column is CSID and Name Column is Text)
Cust Level 1 - (Key Column - is a collection of CustL1 & SSSID fields and Name Column is Text)
Cust Level 1 Key - (Key Column - is CustL1 and Name Column is Empty)
Cust Tax Number - (Key Column - is a collection of CustTax1 & SSSID fields and Name Column is Text)
Cust Tax Number Key- (Key Column - is CustTax1 and Name Column is empty)
The relationship in these attribute is like below
CustSID -> Customer
Customer -> Cust Level 1
Cust Level 1 -> Cust Level 1 Key
Customer -> Cust Tax Number
Cust Tax Number -> Cust Tax Number Key
Now the problem statement -
In excel 2007 I select Customer in ROWS. Now I right click and say show properties in Report and select Cust Level 1. And now I select Cust Level 1 from field list of Pivot Table. Both the column in excel Cust Level 1(Property of Customer attrib) and Cust Level 1 (Attribute) shows the similar values.
However when i do the same thing with Cust Tax Number, both Cust Tax Number(Property of Customer attrib) and Cust Tax Number (Attribute) shows different values.
Please suggest what I can do to correct this.