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.
Hi All,
I have a lookupvalue column which is pulling a date from another table and then a further 3 columns with future dates based on the looked up date. However if the date is 0 it turns to 30/12/1899 and that then affects the other 3 columns but I don't know how to tell it to keep it empty. I have tried "null" but didn't like it. Could someone help me fix the formula?
Hi @PaulaMcC ,
As the column is date format, 0 will be converted to 1899/12/31
The formula will return blank value defaultly, what's the expected result?
Column = LOOKUPVALUE('Table'[date],'Table'[name],'Table 2'[name])
Best Regards,
Jay
@PaulaMcC , in case of blank, do not return 0. return blank()
Hi,
You could use something like :
IF(ISBLANK(StartDate),BLANK(),DATEADD(bla bla)) ?
Is that OK with you ?
Let us know
User | Count |
---|---|
117 | |
75 | |
62 | |
50 | |
44 |
User | Count |
---|---|
174 | |
125 | |
60 | |
60 | |
57 |