Hi guys,
I need to calculate number of daily active customers which in my case is different from DAU as one customer has many users. I have a DAU chart (below), but now I need a similar chart which only shows the unique customers and not all of their users. Every user has a property “entityId” which is what I am after. Grouping by this property doesn’t bring much as it just splits the one DAU line into multiple DAU lines. How do I go about this?