Hello!I wanted to assess number of visitors that came every month in
2019.Easily, I used distinct count function with a date range=2019. Now,
if I add a criteria = "have seen the homepage each month", I can't get a
match between total & rows.It's hard to get to level (visit & visitor)
in the same segment.One way to do so is to create a time-consumming
segment with[month=Jan & page=welcome]&[month=Feb &
page=welcome]&...&[month=Dec & page=welcome] Is there no way to keep it
simple with the distin...