MicrosoftLearning / mslearn-fabric

This repository hosts content related to Microsoft Fabric content on Microsoft Learn.
https://microsoftlearning.github.io/mslearn-fabric/
MIT License
164 stars 128 forks source link

FactSalesOrder vs FactOrderSales #115

Closed weslbo closed 5 months ago

weslbo commented 6 months ago

06-data-warehouse.md Step: Define a data model

Incorrect: FactOrderSales.CustomerKey → DimCustomer.CustomerKey FactOrderSales.SalesOrderDateKey → DimDate.DateKey

Correct: FactSalesOrder.CustomerKey → DimCustomer.CustomerKey FactSalesOrder.SalesOrderDateKey → DimDate.DateKey

image