Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Decimal condition in DAX

I want to add a condition in dax where [columnname] is either less than 0 or equal to 0 or equal to 0.0 or equal to 0.00.   Please suggest!
  • kentyler's avatar
    kentyler
    6 years ago

    Wrapping it in INT() should have the same effect on a numeric column.