You could also just create a customer segment like this:
orders_placed(since: -353d,until: -352d) = true
This segment shows all customers who ordered 353 days ago and the segment changes each day.
You could also just create a customer segment like this:
orders_placed(since: -353d,until: -352d) = true
This segment shows all customers who ordered 353 days ago and the segment changes each day.