Forum Discussion
krobinson
2 years agoNew Member
Date conversion
I've imported a csv file into Power Query and have a field predominantly for dates in yyyymmdd format, but where there isn't a date, it's showing as blank. how do I create a normal date format dd...
audreygerred
2 years agoSuper User
I don't believe you can change a record to blank when the field is formatted as Date. A common practice I see is replacing the nulls with a date that is obvioulsy not correct (such as 1/1/1900). Also, if you leave as null, it will still appear as a blank in the viz (see top row of below viz).
krobinson
2 years agoNew Member
I'll leave it as null then and convert the date to normal format.
Thans for your help