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...
kincaids
9 years agoHelper II
So why does their have to be a value there? Why can't the date be blank like other types of cells?
Anonymous
9 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.