How to join three dimension tables
728601Jul 20 2011 — edited Jul 25 2011I have one seperate schema, which consists of only 3 tables(all three tables has dimension fields and fact fields(dim fields =textual fields,fact fields=measures))
How to handle this type of situation in RPD.
Ex: table A,Table b,Table c
Table A needs to join with Table b on many to one relationship.
Table c needs to join with table b on many to one relationship.
Anyone suggest me what is the best way to handle this type of situation.do I require to create dimensional hierarchies for all three tables? Or can I consider only table b as dimension and remaining 2 consider as fact?