Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
rlsid1792
New Member

Count of Assigned and Resolved By

Hi,

I need help in getting the count of assigned and resolved by tickets. Please see reference below:

Employee NameAssignedResolved By
Emp 1100105
Emp 25045


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!

1 REPLY 1
rajendraongole1
Super User
Super User

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:

AssignedTickets =
COUNTROWS(FILTER(Tickets, Tickets[AssignedTo] = MAX(Tickets[EmployeeName])))
 
Resolved:
ResolvedTickets =
COUNTROWS(FILTER(Tickets, Tickets[ResolvedBy] = MAX(Tickets[EmployeeName])))

rajendraongole1_0-1719167010140.png

 

 

take a table chart, you can see the expected output , change the columns and tables as per your model.

rajendraongole1_1-1719167103737.png

 

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.