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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello! I need some help generating a sequence for orders that restarts each day. Currently I have a sequence column in my xlsx but it counts 1 to end of document. I would like the sequence to be based off of order times and restart each day.
Example of current state:
| Sequence | Date | Order | Time |
| 1 | Feb 15 | A | 8:00 |
| 2 | Feb 15 | B | 8:01 |
| 3 | Feb 16 | C | 8:00 |
| 4 | Feb 17 | D | 8:00 |
Example of desired State:
| Sequence | Date | Order | Time |
| 1 | Feb 15 | A | 8:00 |
| 2 | Feb 15 | B | 8:01 |
| 1 | Feb 16 | C | 8:00 |
| 1 | Feb 17 | D | 8:00 |
Thanks!
This is pretty close,
This is what I put for the new column
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!