Forum Discussion
kaka
Helper II
9 years agoCompare text with today()
I have a column called offer_date which has the followig value: Wednesday, 27 January, 2016 . I am trying to compare this date with today's date in power bi DAX formula. IF(DATEVALUE(offer_...
Sean
Community Champion
9 years agokaka The comparison is actually happening!
You are not seeing anything because you don't have anything in the [ResultIfFalse] part of the IF function
You need to reverse >= to <=
EDIT: I'm assuming this is an Offer Made on Date so you want to it be less than today indicating that Offer has been made! :smileyhappy: