Forum Discussion
Cramos
9 years agoFrequent Visitor
IF function when Date is empty
Hi, I have 3 columns with different dates. I need a function that: IF Column Date1 is empty, take Column Date2, and if this one is empty, take Column Date3. If i use Column(Date1)="", it...
harshadshettiwa
8 years agoNew Member
I am facing a problem in the similar lines.
I am trying to evaluate if the date is bank but if function in DAX is not evaluating the date column (that is- the date column is greyed out) is it because I am using DirectQuery???
Is there any work around for this.?
Thanks
Harshad
MAkiva1
8 years agoHelper I
Try creating a new custom column instead of a new measure. You may need to switch from DirectQuery to do this however.