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)
 Look up table in SSAS

Author  Topic 

sravan1729
Starting Member

5 Posts

Posted - 2008-05-26 : 08:48:49
hi,
In SSAS is it possible for lookup table, for instance: if the purchase goes above 500 then rating is 5,if 400 then rating 4...the purchase values like 500,400 are in one dimension table. hence the rating are in another dimension table.


Is it possible to make a lookup with these dimension table by providing rating?


If it's possible,then how to implement???


Thanks in advance

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-05-26 : 20:26:19
Posibb;e to add rating column in purchase dimension table?
Go to Top of Page
   

- Advertisement -