Tableau Calculated Field to know how many days since first my sale
Create a calculated field with First_Sale_Date
{ FIXED Item : MIN(Sale_Date) }
THEN You can define days since first sale
DATEDIFF('day' , First_Sale_Date , Sale_Date )
http://stackoverflow.com/questions/42850294/change-date-from-calander-date-to-date-since-first-record-in-tableau