Skip to main content

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?

 

HI @Alexey Lysenkov

For daily active customers, you can group your event by entityId and use the PROPCOUNT custom formula.

 

Let me know if this works out.


Hi @Saish Redkar ,

That is the correct answer. Thanks a lot!

Best,
A


Reply