[Help needed]
I’m trying to build an analysis that simply shows the average number of “friends” users have within our app.
We have a User Property (num_friends) that contains the number of “friends” a user has. I’d like to calculate the mean, mode, min, max, etc. And include this in one of our dashboards.
Open to any suggestions on how to get this data.