Forum Discussion

TimmK's avatar
TimmK
Icon for Helper IV rankHelper IV
5 years ago
Solved

Is an Aggregated Fact Table Still a Fact Table?

To simplify things let us assume there are only two tables: DIM Item: Has columns item key, description FACT Open Orders: Has columns order key, date, item key, quantity Now I use M in the query...
  • mwegener's avatar
    5 years ago

    Hi TimmK ,

     

    since the table still contains the fact/key figure, it is still the fact table. There should be a 1:* relationship between dimension table and fact table in most cases and the filter direction should point from the dimension table to the fact table.

    The question is, why do you need this aggregated view on the Open Orders table?

    Best regards

    Marcus