Forum Discussion

beno's avatar
beno
Frequent Visitor
10 years ago
Solved

Two Fact tables with different granularity

Hello,   I have two "fact" tables reflecting tow different subjects: the invoices and projects. I need to compare results Budget vs Expences. This is the hierarchy in each of these tables: Table I...
  • v-sihou-msft's avatar
    v-sihou-msft
    10 years ago

    beno

     

    In this secnario, if you want both tables can be sliced by all dimensions, you need to combine these two tables together. Since you have "Invoice Date" and "Client" columns in both tables, you can crossjoin these two tables into one table based on those columns.

     

    Regards,