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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
FJ83
Helper II
Helper II

Percent of calls answered

Hi,

 

Need your help on to understand to calculate percent of calls answered in 15 seconds , 40 seconds  using dax from the below mentioned data. For the column reponse/arrive data's are updated in seconds actually. we can add calendar table to slice and dice data 

 

FJ83_0-1645167619582.png

 

Thanks,

Francis

 

 

 

 

9 REPLIES 9
tamerj1
Super User
Super User

@FJ83 
Hi Fancis, can you please paste the same data in the screenshot?

FJ83_0-1645178774256.png

 

@FJ83 

Something we can copy-paste 🙂

Sorry I didn't get you. 

@FJ83 
I mean is it possible you can provide sample data at least you can copy the table values and paste it here. Thank you.

Hi,

 

I can't paste the values as table in community .

 

amitchandak
Super User
Super User

@FJ83 , Try measure like

 

Measure =
var _1 = countx(filter(Table, Table[Answer Call] <15), [ReportNumber])
return
divide(_1, count(Table[ReportNumber]))

Hi Amit

 

Sorry , the column Reposnse / arrive values are updated in minutes, so therefore how to apply this scenario in DAX and to get the result ?

FJ83
Helper II
Helper II

Visual like this expected

FJ83_1-1645167788189.png

 

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.

Top Solution Authors