Forum Discussion
Represent Different One to Many [Received Dates] on Same Timeline
- 3 years ago
Here's a preliminary view of how the data model could be structured
Note that the relationship between Enquiry and Issues is inactive (and practically useless) since it would introduce ambiguity. It will be easier to use TREATAS in this scenario.
The main question is - what is your focus on? Is it a calendar view ("what happened this month?") or a entity view ("What happened to Enquiries over time?")
There is another option - you can change the search direction to make the relationship bidirectional between one of the fact tables (Enquiry) and the dimension table (Dates). However that is frowned upon as it will likely create trouble down the road.
Thank you.
Is there any particular book that you can recommend regarding data model design in general?
- lbendlin3 years ago
Super User
You can start here Understand star schema and the importance for Power BI - Power BI | Microsoft Learn