Forum Discussion
Anonymous
6 years agoNot applicable
Customer Satisfaction Index (CSAT) dynamic calculation
Hi guys, there are some issues with CSAT calculation. Here you are the table main table in Excel: The algorithm is a follow: 1. Average for columns Impor...
- 6 years ago
hi Anonymous
For [Importance weight] and [Weighted value], you could create two calculated columns by these formula
Importance weight = 'Table'[Importance]/CALCULATE(AVERAGE('Table'[Importance]),ALLEXCEPT('Table','Table'[Feature])) Weighted value = 'Table'[Importance weight]*'Table'[Rating]For [Appraisal_mean], [Importance_mean], [Weighted_mean] and [CSI], you could create Calculated measure as below:
Appraisal_mean = CALCULATE(AVERAGE('Table'[Rating]),ALLEXCEPT('Table','Table'[Feature])) Importance_mean = CALCULATE(AVERAGE('Table'[Importance]),ALLEXCEPT('Table','Table'[Feature])) Weighted_mean = CALCULATE(AVERAGE('Table'[Weighted value]),ALLEXCEPT('Table','Table'[Feature]))CSI = AVERAGEX(VALUES('Table'[Feature]),[Weighted_mean])/10Result:
and here is sample pbix file, please try it.
Regards,
Lin
Greg_Deckler
6 years agoCommunity Champion
Can you post that data as text or post a link to a file with the data?
Anonymous
6 years agoNot applicable
Hi, Greg!
Thanks for your time
Here you are: https://drive.google.com/open?id=1fGL54h2wl676wfwfCeXixyZuIxNo4HA1