Viewing 10 posts - 1 through 11 (of 11 total)
Because if you don't use separate keys, only one of the three occurrences of the positive account (21, 22 or 23, the one you choose) in the Groups-Accounts dimension would...
September 19, 2013 at 9:45 am
Remember the original fact table:
- Account 1: DatePK 20130901, AccountPK 1, Value 10
- Account 2: DatePK 20130901, AccountPK 2, Value 20
- Account 3: DatePK 20130901, AccountPK 3, Value 30
When slicing...
September 19, 2013 at 6:07 am
I could, but it doesn't address the issue: what if the user decides to put Account n adding in 3 groups, but substracting in 1? Again results would be off...
September 18, 2013 at 12:43 pm
I don't know. Obviously I'm still missing something trying to help you. I've seen duplicates in the sense of repeated names. The city of Columbus exists in...
September 18, 2013 at 10:39 am
That would work if this dimension was the only one present in the cube. Imagine I duplicate the values for Account 2 and 3 in the fact table, each with...
September 18, 2013 at 9:15 am
Yes, I did, and I face the same problem: in a parent-child dimension a given child can have only one parent. In my case, Account 2 and Account 3 have...
September 17, 2013 at 9:56 am
The dimension table is what I showed, there is only one flatted hierarchy, the Groups-Accounts hierarchy:
The Parent-Child table from where this originates would be like this:
September 17, 2013 at 9:21 am
As I said, the fact table has more foreign keys, I didn't expose them in my original post for simplicity. Indeed, if there were no other dimensions Koen's solution would...
September 17, 2013 at 8:43 am
How could I do that with only one dimension?
September 16, 2013 at 10:12 am
You mean this?:
And then join DimID with the dimension ID? I already considered doing this, but it's not possible. In the real fact table there are more foreign keys, the...
September 16, 2013 at 7:17 am
Viewing 10 posts - 1 through 11 (of 11 total)