I try to build a galaxy-schema in Amazon Redshift. I started with all the dimensions and with a few workarounds I got them working with SCD2 - Kimball style.
Now I'm trying to get some fact tables working. The facts in our company are very complicated to compute, so I did one "view" for every KPI. I try to illustrate it in an easy way, so you can maybe help me to solve my problem on an easy example: Lets assume these are 3 different views, lets name them: They're already summed up by time.
What I'm now trying to achieve is to merge them all together in one big fact table, that contains the information of all three. But I really don't know how to do that:
Would by nice if you can help me out with this. Thank you so much in advance.