Forum Discussion
Bebs
2 years agoHelper II
min / max on boolean
Hello ! Is there a way to use min or max functions equivalent on boolean fields ? I've a boolean field, I'd like to write a DAX calculation (as efficient as possible) to know if it does exists TRUE...
Bebs
2 years agoHelper II
My point can be reformulate to use an AND or an OR functions on every values of a field (and not only two values) As if AND and OR Functions were aggregate functions.