Forum Discussion
Anonymous
6 years agoNot applicable
DateDiff with multiple ISBLANK
Hi, Could somebody please help me to convert my SQL to DAX below? Sum(case when DateDiff(month, @ReportPeriodStartDate, TDate) < 0 AND DateDiff(month, @ReportPeriodStartDate, Isnull(WDate, I...
- 6 years ago
Anonymous, I doubt your the usage of is blank in place of isnull, From March release power bi supported coalesce , please use that
Anonymous
6 years agoNot applicable
amitchandak
6 years agoSuper User
Anonymous, I doubt your the usage of is blank in place of isnull, From March release power bi supported coalesce , please use that