The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
34 | |
15 | |
12 | |
7 | |
6 |