harsha547
3/25/2017 - 11:07 PM

Tableau Calculated Field to know how many days since first my sale

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