Forum Discussion

TimmK's avatar
TimmK
Helper IV
5 years ago
Solved

Need Help with Data Model

I have difficulties making my data model a star schema. The report is mainly about showing the consumption of material needed for manufacturing our products.   Tables Date = Clearly a DIM table ...
  • mwegener's avatar
    mwegener
    5 years ago

    Hi TimmK ,

    the best practices refer to Power BI as a model based tool and not as a report based tool. The goal here is to design a data model that can be applied to various questions and reports.

     

    With a good data model you have common dimensions by which you can view your different metrics. At the same time, your model should be stable in case of changes, e.g. if you need to add another dimension or metric.

     

    For example, the date dimension is one of the most important dimensions from my point of view and should be linked to almost every fact table. So, if modeled correctly, you can determine the inventory at any point in time (running total), your consumptions or receipts at certain points in time, and the delivery quantity at the delivery date.

     

    A good BI data model should give analysis capabilities and not just solve a reporting question.