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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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