I’ve got the following user request but I am not sure what the most optimal solution is, as i can think of many possibilities.
I’ve got 2 Facts Tables:
- DSA.Fact_Turnover
- DSA.Fact_TransportOrders
Both Facts contain the ‘Project’ column. The user request is to finally get the Turnover for all projects which are in Fact_TransportOrder.
What is the most optimal way to get a check column to see if the Project value of Fact_TransportOrder is also present in Fact_Turnover and why? I want to use this filter column to eventually only present him the Turnover for projects which are also present in the Fact_TransportOrder.
I’m really curious, as I already have such solutions, but am not sure if there are more easy TimeXtender functions or tricks which i’m not using currently.