Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
@ahouri , you need to get to know the business knowledge on what to join between those tables and then do the lookups accordingly. probably you can try to do the below and you should use the same way in reporting layer or downstream layers.
Start date Key:- get id_dimTime lookup on Date1=date
End date Key:- get id_dimTime lookup on Date2=date
@ahouri , you need to get to know the business knowledge on what to join between those tables and then do the lookups accordingly. probably you can try to do the below and you should use the same way in reporting layer or downstream layers.
Start date Key:- get id_dimTime lookup on Date1=date
End date Key:- get id_dimTime lookup on Date2=date
Thank you @manodwhb