Forum Discussion

MiKeZZa's avatar
MiKeZZa
Icon for Post Patron rankPost Patron
7 years ago
Solved

Many to many crossfiltering none

Hi guys;   I have 3 tables that are linked 'many to many' to each other. These are the 3 tables:     They are linked by generalkey. But I was expecting an option to generate a 'cross join'...
  • Anonymous's avatar
    Anonymous
    7 years ago

    MiKeZZa  By linking multiple fact tables to the same Date Dimension, you can do exactly what you have described.

     

    What you will end up is not really a star schema, but conceptually each FACT table is still a star schema.  Its not really a snowflake schema either as you can't cascading outwards.  I personally refer to it as a sandwich schema, because i put the Dimension tables on the outside (bread) and the fact tables in the centre (meat).  I'm sure someone has a more technical name.

     

    From here you can easily place non-related data on common axis and show results.