Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Measure Help - Average Hours a Week Grouped into Buckets

I have the following table with the following columns Time: Emp ID | Date |  Week | # of Hours Charged Data goes back 10 weeks Week =Time[Date] - weekday(Time[Date],2) +1   Ive been asked to cr...