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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi,
I need help in getting the count of assigned and resolved by tickets. Please see reference below:
| Employee Name | Assigned | Resolved By |
| Emp 1 | 100 | 105 |
| Emp 2 | 50 | 45 |
So Emp 1 has 100 tickets assigned to him and he resolved 105 tickets inclusing Emp 2.
I'm not able to display the output like the one from the reference above as it keeps counting the total of Assigned. Is there a way for this? Thanks for the help!
Hi @rlsid1792 - as per the above information, i have tested with small dataset with 15 records.
to get the count of assigned tickets and resolved ticket create two measures as below:
take a table chart, you can see the expected output , change the columns and tables as per your model.
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 55 | |
| 42 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 113 | |
| 105 | |
| 39 | |
| 35 | |
| 26 |