Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Calculate DateDiff when some records have one date

Hello all, I need a little help with this DAX, it works great as long as there are at least 2 dates, I tried substituting Today() like this IF(ISBLANK ( 'View Name'[Date Previous] ),Today() but it re...