I am building a classic star schema in a data warehouse for reporting.
My measure is Data(MB) per phone number per month.
My dimensions are Time, Product, Customer and Supplier.
My problem is that some customers have bought more than one product per phone number in some month.
Any ideas on how to implement this in a classic star schema?
Adding these columns to my fact table?
Regards,
Christian
Let's imagine this scenario :
How would be in your Fact table?
CustomerSK ProductSK SupplierSK TimeSK
101 100 122 25-01-2021 09:00:30
101 120 189 28-01-2021 16:08:11