miguel.escobar
Active Member
- Joined
- Dec 7, 2012
- Messages
- 294
Hi!
I have a fact sales table with sales amount, date and salesman (just to name a few columns) coming from the datasource1 and I also have a linked table that has information regarding the current supervisor for the salesman with the following columns:
Salesman_Id
Supervisor_Name
Start_Date
End_Date
so basically I'd like to add a new column on the fact table that will give me the "Supervisor_Name" that should go with that salesman record for that specific date. Should I try the many-to-many approach? any suggestions?
Thanks in advance for reading this!
I have a fact sales table with sales amount, date and salesman (just to name a few columns) coming from the datasource1 and I also have a linked table that has information regarding the current supervisor for the salesman with the following columns:
Salesman_Id
Supervisor_Name
Start_Date
End_Date
so basically I'd like to add a new column on the fact table that will give me the "Supervisor_Name" that should go with that salesman record for that specific date. Should I try the many-to-many approach? any suggestions?
Thanks in advance for reading this!