-
-
New Participant
-
0 replies
I would like to be able to count unique values for aggregates of an event property. Currently if I select Unique and an aggregate, the graph still shows the Unique user counts, see screenshots below:

Unique over product id, I expected to see number of different values for Product id booked. However these are the same numbers as below, which is just unique users doing Product booked:

Hello @sindri , @tomslade15 , @leticia.chijo :
Quick update: Distinct property values across all events is still being built, but “Distinct property values on a per-user basis” is already supported in this beta (https://community.mixpanel.com/announcements-6/insights-report-new-changes-coming-comment-to-get-access-to-beta-4205), and here’s the difference between the two:
Let’s consider this example of users watching videos (with a videoID), where we want to analyze how many unique videos are being watched:
Distinct property value count per-user (VideoID) for User1: (A,B) → 2 ,
Distinct property value count per-user (VideoID) for User 2: (A,B,C, D, E) → 5
Distinct property value count per-user (VideoID) for User 3: (X, Y, Z, A, B) → 5
Distinct property values across all events: (A,B,C,D,E,X,Y,Z) → 8
If you’d like to get access to the beta, please send us an email on insights@mixpanel.com and we can set your projects up!
Moinak
View original