My source data has no date. I use Power Query to pull in the data and add column “Imported date”, using DateTime.FixedLocalNow(). Which works perfectly. However when I refresh the query it overwrites all the previous dates with the LocalNow() time. I want just the new data coming in to have the LocalNow() time and for the previously imported records to keep the initial datetime, I.e don’t overwrite the initial datetime.
All I want is to import new data only with current date time and not the older records from the source data.
Any help would be greatly appreciated I’m going a little crazy.
All I want is to import new data only with current date time and not the older records from the source data.
Any help would be greatly appreciated I’m going a little crazy.