DAX Function Guide
NOT
Sam McKay
CEO & Founder
How does the NOT work?
NOT Formula Syntax
NOT(
<logical>
)
How do you use the NOT?
Use the NOT function to reverse a logical value.
Related Blog Posts
Loading
Considerations when using the NOT?
If the logical_value is TRUE, then the NOT function will return FALSE.
If the logical_value is FALSE, then the NOT function will return TRUE.
Related Video Tutorials
Loading
Formula examples using the NOT
=NOT([CalculatedColumn1])
=NOT(TRUE)
=NOT(A2=”Microsoft”)
Related Courses
Loading