Forum Discussion
chefe
10 years agoHelper II
How not to relate two data tables
Hi there, sorry for silly title. It ought to read: how to not relate two data tables given the circumstances in my specific case. But I guess that would have been too long. Say I have two data t...
- 10 years ago
You only have one fact-table here: Table 2 with the details. Table 1 is a lookup-table (for the transaction details, with unique transaction key). So not only no reason at all not to link them together, but also no alternative :-)
Regard it as a formerly long and wide fact-table where someone was wise enough to split it up already into an optimized form (this process is called "Normalization")
I also don't understand what benefits Greg_Deckler intermediate table (1) should bring?
Greg_Deckler
10 years agoCommunity Champion
You could always create a transactionkey lookup table by just importing that column from the same data source as you are getting #1 and relate both to that.