Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi everyone, I'm trying to find the average NPS score based on the data below, excluding any blanks. Can someone help with creating a formula or solution on how I can get the result in PowerBI? Thanks in advance.
Ticket Number | Net Promotor Score |
1 | Blank |
2 | 10 |
3 | 10 |
4 | 8 |
5 | Blank |
6 | 9 |
7 | 9 |
8 | 10 |
9 | Blank |
10 | Blank |
Average | 9.3333 |
Solved! Go to Solution.
Assuming in your input table you have literal values 'Blank' then here's how you can exclude them and create a new measure Avg. NPS. (adjust your table and Column name.
Proud to be a Super User!
Hi @kimdiep503
You can use the average() function directly.
e.g You can create a calculated column.
Column = AVERAGE('Table'[Net Promotor Score])
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @kimdiep503
You can use the average() function directly.
e.g You can create a calculated column.
Column = AVERAGE('Table'[Net Promotor Score])
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Assuming in your input table you have literal values 'Blank' then here's how you can exclude them and create a new measure Avg. NPS. (adjust your table and Column name.
Proud to be a Super User!
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
67 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
26 | |
25 |