Forum Discussion
Creating a ratio based on a calculated measure
I can't share the data. I'm trying to paste a snip-out of the canvas and visuals, but nothing happens when I paste it in here.
I would like to present a FCR ratio to the Customer Service team each month. Ideally I would display the ratio as a KPI visual against a target ratio. Right now the measure gives me this on a row level, saying it's either 100 or 0%, but I would need the average for all rows (cases).
Anonymous
You should click on photos button first and then add the images
- Anonymous7 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)