Anonymous
7 years agoNot applicable
Status:
New
June 2019 Update - Cannot Filter Null Dates
Prior to the June 2019 update, I was able to filter out null date values using the filter. However, that is no longer working. Has anyone else encountered this? Null is a valid value for this date co...
samclements
7 years agoNew Member
Same issue here -
if [Earliest] <> null and [Latest] <> null then List.Dates([Earliest], Duration.TotalDays([Latest] - [Earliest])+1, #duration(1,0,0,0)) else null
This was returning NULL in the May release for null values, but in the June release is returning ERROR