Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Measure to overtime work

Hi everyone!

 

I have a database where each row is a time entry on a given day. I can have more than one entry for the same day per user.

 

ResourceDateHours
Maria09/02/20208.0
Maria10/02/20205.0
Maria10/02/20205.0
Marcos09/02/202010.0
Marcos10/02/20206.0
Marcos10/02/20206.0

 

With that, I created a matrix that shows the sum of hours worked per day by resource.

 

Resource09/02/202010/02/2020
Maria8.010.0
Marcos10.012.0

 

I would like to show on a card how many hours each resource worked beyond 8h per day.

 

In the example, I would like to get the number 8.0 (2.0 hours from Maria and 6.0 from Marcos).

 

Any ideas on how I would do this?

 

Best regards

7 Replies