Forum Discussion
kincaids
9 years agoHelper II
default date issue
I'm having an issue with my date fields that I can't figure out. 1. Whenever I pull in date columns, Power BI defaults them as Date/Time columns, rather than Date columns (I'm guessing this is b...
Greg_Deckler
9 years agoCommunity Champion
I believe that 12/30/1899 is Power BI's "default reference date". That's why he's seeing that when there are null values. I ran into this when dealing with dates before 12/30/1899 in OSU football data.
GilbertQ
9 years agoSuper User
Greg_Deckler ok that makes perfect sense, I guess I had it the wrong way around, but got pretty close :smileyhappy:
- kincaids9 years agoHelper IISo why does their have to be a value there? Why can't the date be blank like other types of cells?
- Anonymous9 years agoNot applicable
Since it seems to be a datetime datatype rather than date, try #datetime(1899, 12, 30, 0, 0, 0) rather than #date(1899, 12, 30) in your ReplaceValue step.