Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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!
User | Count |
---|---|
84 | |
75 | |
69 | |
48 | |
39 |
User | Count |
---|---|
111 | |
56 | |
50 | |
42 | |
40 |