General rule of thumb is that you shouldn’t sum “uniques” across rows, the grand total is always de-duplicated for any unique users that appear in multiple rows.
In your example, you’ve got a de-duplicated total of 122 uniques in the first column, but when you add the rows it comes to 123. This suggests you have 1 unique user that performed your chosen event on 2 distinct dates (rows).
Hi @dangrainger, thanks for the response!
Indeed that was my initial hypothesis for this mismatch and I went to validate it by (1) selecting an user performing an action on 2 separate dates; (2) view unique count and userId list in the first day and the second day.
The result is that this user is only recorded as an unique user in the first day, not the second day. Therefore, I am quite sure that it’s not the case.