Forum Discussion
jcastr02
6 years agoPost Prodigy
NPS Score Calculation
I have a measure with NPS calculation as per below picture. Right now I have it dividing it by total number of rows (or total number of entries/surveys). I need to change it to based on IF the pers...
- 6 years ago
Try for total
calculate(countrows('30 days Survey'),not(isblank('30 days survey'[Rating])))
Change table and column name.
amitchandak
6 years agoSuper User
Try for total
calculate(countrows('30 days Survey'),not(isblank('30 days survey'[Rating])))
Change table and column name.