Forum Discussion
maracles
Resolver II
10 years agoBi-directional relationship not function as expected.
I have two tables: Order Facts Work Records This relationship is One-to-Many. In this particular scenario the Order Facts is the fact table and its index is based on the OrderID which is ...
Nhallquist
Helper V
10 years agoI think I understand what you are trying to do, and I think there is a solution.
Have you tried creating a small, 2 column table, where you have the OrderID and calculate the Earliest Work Record Date based on the OrderID from the Work Records? Then, you could Left Join that small table to the Order Facts table, and thus get your Earliest Work Record date into your Orders Fact Table.