Copy of Copy of class Car def init(self, brand, model) self,brand = brand self,model = model (19)_enhanced.png

List the Components We Need

Find the Components in my Data Table

1- Net Sales → fact_sales_monthly

2- Division → dim_product

3- Country → dim_market

4- Region → dim_market

5- Customer → dim_customer

6- Year → ?? (it is not directly available, we will extract it from the date column in fact_sales_monthly) That is why we have to

  1. Connect tables ( using Data Modelling )
  2. Create dim_date ( using Power Query )