December 5, 2012 at 5:41 pm
Is it possible to have a hierarchy that contains attributes from two different dimensions?
December 6, 2012 at 12:15 am
Yes, if you have a link between those two.
In other words, one dimension should have a foreign key to the other dimension.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 17, 2012 at 10:50 pm
My question is the same.Is it possible to have a hierarchy that contains attributes from two different dimensions? i would like to know what others think about his question.
_______________________
December 18, 2012 at 4:37 am
The question was answered. What other thoughts do you need and what do you need them about specifically?
I guess what I'm saying is ... did the answer confuse the issue?
(edited response for clarification)
January 2, 2013 at 9:36 am
I don't know if the original poster was asking about multi-dimension or tabular, but in tabular, all your hierarchy fields have to exist in the same dimension. A way to get around this, though, is to create a new calculated member in your dim table and use the =RELATED function. For instance, I wanted to create a Product Hierarchy (Category-Subcategory-Product). On the dimProduct tab, you'd create a new column for ProductCategory and use the function =RELATED(DimProductCategory[EnglishProductCategoryName]). You'd do the same thing for ProductSubcategory. =RELATED(DimProductSubcategory[EnglishProductSubcategoryName]). Now you can use them in your hierarchy.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply