Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Dear All,
Hope someone can help me with the following:
I have a table with a column DATE IN with date values.
Sometimes one of the fields in this column is empty.
I want to add an extra column (custom column?) in power query which copies all the dates from the DAT IN column and fills the empty field with the date of TODAY.
Thanks!
John
Solved! Go to Solution.
@Anonymous , a new column
if [date in] = null then DateTime.Date(DateTime.LocalNow()) else [Date in]
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
44 | |
41 | |
39 | |
36 |