Hi All,
I am in the process of designing a Data Warehouse using star schema technique. I have two tables(dimensions) - Accounts and Contacts(one account can have multiple contacts). The measures in the fact table are at the account level. I am assuming that there is no way to have a star schema in this scenario as there is no direct relationship between fact table and contacts dimension. I am thinking that I will need to setupthe contact dimension as snow flake so it joins with account dimension. Do you guys have any better ideas?
Thanks in advance!