Forum Discussion
Syndicate_Admin
3 years agoAdministrator
import from excel date issue
Hello I have an excel file with date formats as per my uae region "dd/mm/yyyy" Now when i import the file into dataverse, power query online /dataflow opens and the dates are imported into "mm/dd/y...
slorin
3 years agoSuper User
Hi,
Date.FromText([date], [Format="dd/MM/yyyy"])
Stéphane