Hi,
I have multiple fact tables, and dimension tables. My question is : what is the best way to connect the fact tables together.
At first I just connected each fact table to my dimensions. For basic calculation, that is working fine. But then I need to create conditions covering multiple fact tables and I'm starting to create a schema like hell, which doesn't seem a long term reliable idea.
Click here to see a version of my schema with the minimum details (I will be adding more facts tables):
Most of my information is related to user accounts, and my DimAccount get me all my users ID.
here the kind of metrics I'd like to have, which requires me to look at data in multiple fact tables at once:
Thanks a lot !
I have multiple fact tables, and dimension tables. My question is : what is the best way to connect the fact tables together.
At first I just connected each fact table to my dimensions. For basic calculation, that is working fine. But then I need to create conditions covering multiple fact tables and I'm starting to create a schema like hell, which doesn't seem a long term reliable idea.
Click here to see a version of my schema with the minimum details (I will be adding more facts tables):
Most of my information is related to user accounts, and my DimAccount get me all my users ID.
here the kind of metrics I'd like to have, which requires me to look at data in multiple fact tables at once:
- Number of users who have 1 Thread but no Answers and no Actions.
- Most active users (number of threads or answers) on a given period
Thanks a lot !