Hi. I created a calculated metric to simply count the number of days using the approximate count distinct function. It's been working just fine up until this past week. Count shows 6 days in week instead of 7, even though a breakdown by day shows 7 days? Any ideas why this is happening?
Count of days segment
Report result:
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Phil_H13 ,
The behavior looks weird. However, please note that the function Approximate Count Distinct isn't 100% accurate. The function uses the HyperLogLog (HLL) method of approximating distinct counts. It is configured to guarantee the value is within 5% of the actual value 95% of the time.
Though, you may want to raise a ticket with us and we will happy to take a look.
Thanks!
Views
Replies
Total Likes
Hi @Phil_H13 ,
The behavior looks weird. However, please note that the function Approximate Count Distinct isn't 100% accurate. The function uses the HyperLogLog (HLL) method of approximating distinct counts. It is configured to guarantee the value is within 5% of the actual value 95% of the time.
Though, you may want to raise a ticket with us and we will happy to take a look.
Thanks!
Views
Replies
Total Likes
Views
Replies
Total Likes
This looks to be an issue and would request you to raise a ticket with Client Care
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies