Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
This is a sample below. Based on each ID and assignment group per day, I would like to sum the workload that has the maximum/latest timestamp.
| ID | Workload | Timestamp | Assignment group | Activity |
| 1 | 1 | 21/01/2020 21:01:21 | abcd | Open |
| 1 | -1 | 21/01/2020 22:01:21 | abcd | reassigned |
| 2 | 1 | 21/01/2020 9:00:00 | aruv | open |
| 1 | 0 | 22/01/2020 9:00:00 | abce | in progress |
| 1 | 1 | 22/01/2020 9:00:00 | abce | assigned |
Hi @Anonymous ,
Try this measure
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi Harsh,
This solution gives me a blank. I have edited my question.
Hi @Anonymous ,
I am getting this.
Can you share the expected output.
Regards,
Harsh Nathani
| ID | Workload | Timestamp | Assignment | Activity | SumWorkload |
| 1 | 1 | 21/01/2020 21:01:21 | abcd | Open | -1 |
| 1 | -1 | 21/01/2020 22:01:21 | abcd | Reassigned | -1 |
| 2 | 1 | 22/01/2020 9:00:00 | aruv | Open | 2 |
| 1 | 0 | 22/01/2020 9:00:00 | abce | In Progress | 2 |
| 1 | 1 | 22/01/2020 9:00:00 | abce | Assigned | 2 |
@Anonymous ,
Not clear with the logic.
How is Id 2 2 when you are adding workload.
Regrds,
HN
On day 22/01/2020 ID 1 has a workload contribution of 1, ID 2 has a workload contribution of 1, so in total the workload is 2. I want that to be reflected.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 7 | |
| 7 | |
| 7 |