Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Calculated Members & Cube Dimensions

Author  Topic 

msmith0981
Starting Member

3 Posts

Posted - 2007-10-29 : 13:37:41
Hi
While browsing the cube in the cube browser in SSAS 2005, I am using two dimensions, and a measure. Countries is my column dimension and Items as row dimension with members X1, X2, X3, X4 & X5 as parent members (items) with X1 having A, B, C as child member and X2 with D, E, F and so forth which is dill down in a parent-child heirarchy. I need to add a named calculation (or calculated member) which calculates X1 = A/C and X2 = D/F which is percentage value and so on so forth......prsently I am creating 5 diff. calcuated member for the 5 items, and when drag and drop these 5 calc. members in the cube in the 'drop totals or detail fields here' i am getting these 5 calc. members in different colums for each country....but I only want one calc. member column to be created in which we can have place the respective values of X1, X2, .......

The next part is that I need to create one more column named 'Item Description' whic can show the description of each Items X1, X2 respectively, but if i create a dimension of item descrip. and drag and drop in the row field....it messes up the whole format of report.

Can anyone plz read my Question description and plz post the solution.

Thanks,
   

- Advertisement -