I get the concept on how to join dimensions to a fact table. However, I am having some difficulties in joining multiple (two) fact tables through common dimension tables.
To be specific, I have a fact table with actual sales figures, and a fact table with budget figures. Each fact table share two dimension tables (a customer table and an item table)
My question is, how do I join the two fact tables through the two dimensions tables?
Please see the attached, simplified example below, which illustrates the result set I am looking for.