Forum Discussion
Anonymous
6 years agoNot applicable
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!
- 6 years ago
Wrapping it in INT() should have the same effect on a numeric column.
Anonymous
6 years agoNot applicable
It's a numeric column.
kentyler
6 years agoSolution Sage
Wrapping it in INT() should have the same effect on a numeric column.