Forum Discussion

Tridiv's avatar
Tridiv
Frequent Visitor
10 years ago
Solved

new table with value from different table

Here is what I need to do, any help is appreciated   I have 2 tables    Table 1. Budget Table that is limited to department level - 4000 rows Table 2. An Actual table that goes all the way down ...
  • HarrisMalik's avatar
    10 years ago

    Tridiv It is possible to make relationship between two fact tables (in your case budget and actuals) on different grain levels. All you need to do is to join them to conformed dimensions like Time and department in your case. 

     

    The dimension tables have one record for each of your business key so you can make one to many relationship between your fact table and dimension e.g.

     

    Actual - Department - Budget

    Many  -      One         - Many

     

    Using this model you can do all of your analysis on department level using Budget and actuals.

    I suggest to read about dimensional modelling which will help you to create data models in Power BI.

     

    Harris