My use case is this. I need to measure unique logins to my system. User A has user id 100 and logins in via mobile in the morning and logins in via laptop in the evening. So there are 2 unique events now. However for both these unique events the event property (user id) is 100 only. So now I want to know events for unique event property.
For example: - If user A with user id 100 logins in mobile and laptop and User B with user id 102 logins in with mobile and laptop - there are 4 unique login events.
However from my POV there are only 2 unique users only.
Please explain to me, how to build a chart for this. Thank you