Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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 @Anonymous
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 @Anonymous
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!
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 45 | |
| 35 | |
| 30 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |