Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
We're working with 3 shifts:
Count the tickets for shift 1 and 2 is easy, but for shift 3 I need to find a solution. For shift 3 I want to count all tickets handled to the next day, else it will count tickets from the previous shift 3 with the new shift 3.
For instance on day 1 shift 3 handle between 23:15 and 00:00 15 tickets. During the rest of there shift in day 2, so between 00:00 and 7:15 they handle 100 tickets. The total handled tickets should be 115 for that shift, but when using a data table the 15 tickets are counted to the other shift 3 from the day 1 instead of day 2.
Is there away to count the tickets from shift 3 in total, so adding the tickets from 23:15 to 00:00 to the next day. So a real total per shift is correct.
Solved! Go to Solution.
Hi, Ifound a different solution. I'm using this one which works for me:
Hi, Ifound a different solution. I'm using this one which works for me:
Hi @WijnantsRMJ ,
Glad you solve the problem by yourself! You can mark your answer as the solution. Then we are able to close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.
Best Regards,
Community Support Team _ kalyj
Hi @WijnantsRMJ ,
Has your problem solved by @lbendlin 's suggestion, if not, according to your description "when using a data table the 15 tickets are counted to the other shift 3 from the day 1 instead of day 2", could you give a simple example to reproduce this step. I think it's not hard to resolve, but failed to create a sample to clarify.
Best Regards,
Community Support Team _ kalyj
two options:
- shift (pardon the pun) all times forward by 45 minutes
- add a composite key "DayPlusShiftNumber" to your data model to help identify which day shift 3 is for
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |