I’m trying to build a component forecast based on the order quantity.
I’m struggling with how to setup the data model as well as DAX. I attached a very simple sample of the data.
My goal is to have a date slicer and list all the components needed for that date period.
I want to see the total demand for each component.
Here’s the issues I’m running in:
If I connect the BOM and Orders table via the item number, I have a many to many relationship
If I use a Item table as a lookup table, I’m not able to calculate the total demand for each component (lack of skill). In this case I would need some help figuring out the DAX.
If I merge the queries, it might get a little hard on the computer since both tables are much bigger
What’s the best way you would suggest to accomplish this?