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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jhartranft60
Advocate IV
Advocate IV

Summarizing results of a measure

Hello,

 

I have a table with multiple metrics for a call center (dumbed down example below).  I determine a quarterly rating based on their average productivity in each metric per day.  So, for example, a "Does Not Meets" rating would be an average of 19 outbound calls per day or less, a "Meets" rating would be between 20-25 per day, etc.  I already have measures that count the number of days worked, sums the number of calls and calculates the average.  I also have measures to calculate the rating =IF(Avg_Calls<20, "Does Not Meet", IF(Avg_Calls<26,"Meets","Exceeds"))).  All of that works perfectly, but now I want to go back and analyze these ratings.  I want to know how many agents received a "Does Not Meet", etc. and what % of the population received each, but I'm having trouble figuring out how to do so.  Any help would be appreciated!!

 

 

NameDateOutbound CallsInbound Calls
Bob7/1/2019238
Bob7/2/2019209
Jill7/1/20192210
Jill 7/2/2019274
1 ACCEPTED SOLUTION
jhartranft60
Advocate IV
Advocate IV

I've come up with a different, more efficient solution by creating a new table via SUMMARIZE(), calculating the totals/averages and analyzing from there.  Thanks

View solution in original post

2 REPLIES 2
jhartranft60
Advocate IV
Advocate IV

I've come up with a different, more efficient solution by creating a new table via SUMMARIZE(), calculating the totals/averages and analyzing from there.  Thanks

Anonymous
Not applicable

I think you can accomplish what you're describing by using a calculated column for " =IF(Avg_Calls<20, "Does Not Meet", IF(Avg_Calls<26,"Meets","Exceeds")))" categorizing, and then calculating the count for each catagory in a visual. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.