Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have a csv file from a customer survey with 3 survey questions and I would like to get an overall survey score. My formula is basically (column 1 + column 2+column 3)/3. This works perfectly except when one of the survey questions was not answered. When that happens, my score is also blank
What I need is to really only look at the columns that have data. If only one survey question was answered, then have that single score be divided by 1. If only 2 questions where answered, then sum those 2 and divide by 2 etc
Thoughts?
As you can see below, the 2nd and 3rd question was skipped so it's causing the Survey Score to be blank
Solved! Go to Solution.
Use below formula for average to handle nulls
= List.Average({[Agent Experience],[First Call Resolution],[Overall Satisfaction]})
Use below formula for average to handle nulls
= List.Average({[Agent Experience],[First Call Resolution],[Overall Satisfaction]})
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
27 | |
12 | |
12 | |
11 | |
9 |
User | Count |
---|---|
53 | |
28 | |
17 | |
14 | |
13 |