Forum Discussion
andyn1983
9 years agoNew Member
Power Query - Custom Column - Less than Date
Ok, not technically Power BI (at this stage) as I need to do some data work in Excel before moving it into PowerBI but i'm trying to create a custom column in PowerQuery that has a formula along the ...
- 9 years ago
Replace "01/01/2017" by: #date(2017,1,1)
MarcelBeug
9 years agoCommunity Champion
Replace "01/01/2017" by: #date(2017,1,1)
andyn1983
9 years agoNew Member
THANK YOU!!!
Easy when you know how :) had tried date(2017,1,1) didn't know about the need to add a #.
Thanks again.
Andy.