Forum Discussion
EaglesTony
3 years agoPost Prodigy
Need help grouping and averaging
hi, I have a table as follows(btw name is irrevelant I think in this example, so thinking of removing that column): Project Name Point ABC Test1 30 ABC Te...
Kmcdonald
3 years agoHelper III
Hi EaglesTony,
I got the desired result by a simple group by and using an average aggregation.
This is how I started:
Then from the "Transform" tab I chose "Group by".
Then I chose the criteria below.
Then I got the final result below.