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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have an event store single database, and I want to study the Time motion study of triggered events like task assigned, the task started, task finished, etc. Any cues on how it can be done?
Hi, @yogeshmaney ;
I'm sorry I didn't understand what you meant, can you share the sample data you want the output to be combined with? And its logic?
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
How can we calculate efforts by each individual? like How much time has been taken to start a task. How much time was taken to complete the task etc? Data sample attached below
Attaching the sample data. How can we calculate efforts by each individual?
Sr | Task ID | Event Summary | Date Created |
110010 | 101010 | Task Created by X | 21-10-2022 17:58 |
110011 | 101010 | Task Assigned to A | 22-10-2022 18:53 |
110012 | 101010 | Task Started by A | 23-10-2022 17:53 |
110013 | 101010 | Task Paused by A | 24-10-2022 17:53 |
110014 | 101010 | Task Assigned to B | 25-10-2022 17:33 |
110015 | 101010 | Task Started by B | 25-10-2022 20:33 |
110016 | 101010 | Task Finished by B | 26-10-2022 17:33 |