Thank you for reaching out to us on Microsoft Q&A forum.
In a star schema:
- The fact table stores quantitative data about events, such as sales transactions or order lines, including metrics like TotalSalesAmount and QuantitySold.
- The dimension tables provide descriptive attributes, such as customer details or product information, that add context to these facts.
"Sales Order Line" details, which represent specific items sold, belong in the fact table. The "Sales Order" can serve as a dimension table, describing overall order attributes. The fact table captures the actual transactions, while dimension tables describe them.
This distinction should clarify any confusion: "Sales Order" provides descriptive context, and "Sales Order Line" represents detailed transactions.
If you are still facing any issue, please let us know in the comments. We are glad to help you.
If the information is helpful, please Accept Answer so that it would be helpful to community members.
Thank you.