Hi All, I have below tables : Employee ( ID, EmployeeCode,fname,lname)Project(ID,ProjectCode,ProjectName)ProjectTeam(ID,Employeecode,ProjectCode,StartDate,EndDate)How do I design fact and dim table for the analysis of the data (Year->Quater->Month->Day)A) TotalEmployee count, B) Total number of Employee On various projects <fromDt> <toDt> Etc.What is the approach i should follow should i generate full calender year fact data for all the employees daily ? Kindly help to get the correct direction on this I have already populated the DimDate dimension. Thanks for the help I am getting here .. Vineet D
↧