Hi @sucagarw, apologies that I didn't put this out clearly. I meant visits for a visitor within a specific time period. For example, for all visits that a visitor made between 1st September-9th September, I need to check data for his first 'n' visits in this time period. Visit Number would not work because it's a universal counter for a visitor including all his visits irrespective of the time period (please correct me if there is a way here).
One possible solution that I've found is using two sequential segments using only after this. The first one for n visits and the second one for n + 1 visits and excluding the second segment.
Please let me know if there are more feasible and optimized solutions to this.