Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi all,
I have a dataset that looks like the one below. (Below is a sample of my real data):
As you can see, for every unique employee and date combination, we have four sets of times. Shift Start time, Break Start time, Break End time and Shift End time.
I want a seperate calculated table that has the total shift hours for every unique employee - date combination. Shift hours is calculated as Shift End time minus Shift Start time minus 30 minutes.
The desired output for my sample is below:
It doesn't matter if the solution is on Power Query level. As long as I get the desired output I'm happy.
Any help is highly appreciated.
Thanks a lot in advance!
Midhun
Solved! Go to Solution.
@Anonymous indeed, there are some misconderation and i have updated the reply. see if it is torwards the target.
Hi @Anonymous
Hi @FreemanZ ,
I am trying the SUMMARIZE() approach but i think you misunderstood the shift hours thing. I think your logic prints the difference between the largest and smallest times in the entire dataset.
My shift hours logic is Shift End minus Shift Start minus 30 mins, where Shift Start and Shift End are times for each employee for that particular day. (see sample data I posted above).
Kind regards,
Midhun
@Anonymous indeed, there are some misconderation and i have updated the reply. see if it is torwards the target.
Hey @FreemanZ
Looks like I was wrong about the CALCULATE() bit. Seems to be working fine!
Thanks a lot
@Anonymous if you feel more comfortable with measure + visual, you may also plot a table visual with a measure like this:
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 65 | |
| 31 | |
| 26 | |
| 26 |