Forum Discussion
Anonymous
7 years agoNot applicable
Creating a ratio based on a calculated measure
Hi, I'm trying to calculate a first contract resolution rate for our customer service department. My data source is Salesforce where I use the Case object and Case History object for this calcula...
themistoklis
Community Champion
7 years agoAnonymous
You should click on photos button first and then add the images
Anonymous
7 years agoNot applicable
As you can see, the individual rows are correct, but the total is 0. It doesn't let me to make an average of FCR for all rows.
- themistoklis7 years ago
Community Champion
Anonymous
Thanks for the photos
Can you also send the formulas that you have for FCR and FCR%
- Anonymous7 years agoNot applicable
- themistoklis7 years ago
Community Champion
Anonymous
You can also try these formulas
# of case redirections =
SUMX ( VALUES ( SF_Kundcasehistorik[CaseNumber]);
CALCULATE(COUNTAX(SF_Kundcasehistorik;SF_Kundcasehistorik[CaseId]);or(SF_Kundcasehistorik[Field]="Owner";SF_Kundcasehistorik[Field]="ownerassignment"))
)FCR = if( IFERROR([# of case redirections],0)<3 ;1 ;0)