dbTalk Databases Forums  

Product Dimension

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Product Dimension in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
duvinrouge@NOSPAMservihoo.com
 
Posts: n/a

Default Product Dimension - 03-23-2006 , 05:43 AM






I have a parent-child product dimension.
It is parent-child because it is unbalanced - some products have more
levels than others.
This dimension has the product members for the entire Group.
However, because different products have different relevant dimensions
I have a number of cubes - i.e. I don't want to put all measures & all
dimensions of all products into just one cube.
If I were to use this product dimension in all cubes I have two
problems:
1. The end user sees numerous 'irrelevant' product members when
exploring the dimension
2. More seriously, because the seperate cubes will only have facts for
the appropriate products the aggregation up to 'All' (Group) will be
misleading.

It would seem that I should have a centrally maintained product table &
from this create a number of subset product dimensions.

Is this the best approach?

Many thanks.


Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: Product Dimension - 03-24-2006 , 01:50 PM






If you're using AS 2005, it might be better to incorporate the data in a
single cube (with multiple measure groups, if necessary). The fact that
you need to aggregate the values for the different product groups
suggests that they're not viewed as totally independent by end-users. In
terms of end-users browsing the products dimension, maybe the
auto-exists feature of AS 2005 can help, for example:

Quote:
select {[Measures].[Order Quantity]} on 0,
[Product].[Product].[Product].Members on 1
from [Adventure Works]
where [Product].[Color].&[Red]
Quote:

- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.