The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
69 | |
69 | |
66 | |
54 | |
28 |
User | Count |
---|---|
112 | |
82 | |
66 | |
48 | |
43 |