Forum Discussion
kjaworski
9 years agoRegular Visitor
DAX - multiple conditions
Hello I'm trying to do simple filtering using multiple conditions. At least I thought it would be easy. Here are the columns: Amount AmountLeft EndDate status 100 50 2016.12.3...
- 9 years ago
I guess it works fine now in this version
Status = IF(Query1[BonusAmount] = 0 || Query1[BonusLeft] < 0 || Query1[EndDate] < TODAY() && Query1[EndDate] <> BLANK(); "CLOSED"; "active")
Am I right?
Baskar
9 years agoResident Rockstar
It working fine for me.
Check the date coolumn which datatype it is ?
create Calculated column .
Let me know what error if u getting.