Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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]
@Anonymous , a new column
if [date in] = null then DateTime.Date(DateTime.LocalNow()) else [Date in]
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
97 | |
65 | |
45 | |
39 | |
31 |
User | Count |
---|---|
164 | |
111 | |
61 | |
53 | |
38 |