Forum Discussion

rlussky's avatar
rlussky
Helper I
4 years ago
Solved

Use Clock-In / Clock-Out Data to Analyze Hours Worked by Hour & Quarter Hour

Hello, I am looking to use time intelligence to analyze timecard table that has clock in and clock out values. I'd not only like to see calculations by day, but by hour and quarter hour as well.   ...
  • rlussky's avatar
    rlussky
    4 years ago

    Thanks Anonymous. While your solution works, the end result is not as dynamic as I was looking for.

     

    I ended up creating a time table in sql with quarter hour increments. I created a view in SSMS with logic to calculate hours worked based on clock in / clock out times per quarter hour increment. I was hoping a measure would be able to do this all for me, but this SQL view resolved my roadblocks.