Forum Discussion
Chanleakna123
5 years agoPost Prodigy
How to Convert Number to Date
hi all , i have around 300 Excel File to be imported as Folder in Power BI , In each excel those are in date Format , when i import into Power BI , it turns out to Number instead , and i tryna...
Chanleakna123
5 years agoPost Prodigy
Hi , amitchandak PhilipTreacy , my
file imported in BI , appeared to hve some row Sync as date and some sync as serial number.
omce I convert to date , the serial might be error.
Anonymous
5 years agoNot applicable
Hi Chanleakna123,
Perhaps you can try to add a new column on the 'query editor' side to store date value who transforms from the serial number, then you can use both of two type of values at the same time.
#"Added Custom" = Table.AddColumn(#"Changed Type", "Date", each Date.AddDays(Date.FromText("1/1/1960"),Number.From ([Delivery Date] )))
Regards,
Xiaoxin Sheng