I have a fact table which has a userid event date and an event time field. I need to determine when the user first appeared (became a new user) in the table. Then I will need to count new users in reports based upon various time slices
Anyone know the most efficient way to calculate the first date and time for the new user? Keep in mind that thefact table will be millions of rows. Thanks.