Forum Discussion
Anonymous
4 years agoNot applicable
Calcuate days between two dates without rows missing
Tried to use this DAX expression: DateDiff = var DF = 1. * ([StartDate] - [EndDate]) return IF([StartDate] <> BLANK(), DF, TODAY()) Not all Rows have va...
- 4 years ago
Anonymous Try returning BLANK() but then set the Show items with no data:
- Anonymous4 years ago
Yes, Blank() works when checked "Don't summarize". Thx
Greg_Deckler
Community Champion
4 years agoAnonymous Try returning BLANK() but then set the Show items with no data:
- Anonymous4 years agoNot applicable
Yes, Blank() works when checked "Don't summarize". Thx