Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I currently have a column with 3 rows each that have the same unique ID with 3 different values in the corresponding column. I'm looking to average the value in the "NPS Score" Column and have only one row per unique ID. Table name is "NPS Rating".
Thanks in advance!
Solved! Go to Solution.
In Power Query choose "Group by". Group by [Inspection ID] and add a column that computes the average of [NPS score]
Hi,
You may drag the Inspection ID to the row labels of a Table/Matrix visual and use this measure
Avg = average(Data[NPS Score])
Hope this helps.
In Power Query choose "Group by". Group by [Inspection ID] and add a column that computes the average of [NPS score]
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |