billowy-lizard-55653
02/29/2024, 6:11 PMhelpful-application-7107
02/29/2024, 8:09 PMBinomial count: is this UNIQUE users as determined by user_id and/or anonymous_id? So if 10 records are found by the query but they representing 5 users, the count would be 5?I wonder if the language in the Fact Tables is clearer for you, but yes, in this case the numerator would be
5Count sum: is this for ALL users? Is the value derived from ALL records even if unique users are duplicated in these?
Count average: is the n value for this again based on UNIQUE users?I'm not sure what the distinction between these is in your mind, but our
CountSUMvalueSUM1 as value10billowy-lizard-55653
02/29/2024, 10:09 PMhelpful-application-7107
02/29/2024, 10:10 PMIn the results of the metric, would the total be 30 and the number of users be 2 (unique users, as above), and therefore the average 15?Yes.
billowy-lizard-55653
03/01/2024, 10:22 AM