I have few date fields in my SAS data set that are stored as serial numbers like. I am looking for a DAX formula to convert these serial numbers to DATE given that serial numbers in SAS uses 1/1/1960 as a start date rather than Microsoft start date of 1/1/1900. Here is a sample of date stored as serial numbers with DAX standard format conversion and expected date values:
Serial Number DAX Format Formula Expected Result
20426 03Dec1955 04Dec2015
20571 04Aug1956 05Aug2016
21469 11Oct1958 12Oct2018
Thank you,
Helal