I'm trying to calculate a measure that will return weekly over-time. Assuming overtime is 50 hours per week, how would I do it using the below model?
Fct_Hours:
Date_Key | Hours
Dim_Date:
Date_Key | Date | Month | Year | WeekOfYear (e.g. "Week 3, 2015") | etc..
Essentially, I'd like the Sum of Hours - Over Time Hours but only where that week's total hours is greater than 50.
Thanks!
Fct_Hours:
Date_Key | Hours
Dim_Date:
Date_Key | Date | Month | Year | WeekOfYear (e.g. "Week 3, 2015") | etc..
Essentially, I'd like the Sum of Hours - Over Time Hours but only where that week's total hours is greater than 50.
Thanks!