Home Whiteboard Graphing Calculator Online Compilers Articles Tools

Explore Categories

Find the perfect tutorial for your learning journey

Python TechnologiesDatabasesComputer ProgrammingWeb DevelopmentJava TechnologiesComputer ScienceMobile DevelopmentBig Data & AnalyticsMicrosoft TechnologiesDevOpsLatest TechnologiesMachine LearningDigital MarketingSoftware QualityManagement Tutorials View All Categories
Tutorials Courses Jobs Login
Excel DAX Tutorial
  • DAX - Home
  • DAX - Overview
  • DAX - Calculated Columns
  • DAX - Calculated Fields / Measures
  • DAX - Editing a Calculated Field
  • DAX - Deleting a Calculated Field
  • DAX - Syntax
  • DAX - Operators
  • DAX - Standard Parameters
  • DAX - Functions
  • DAX - Understanding DAX Functions
  • DAX - Evaluation Context
  • DAX - Formulas
  • Updating Results of DAX Formulas
  • Updating Data in the Data Model
  • DAX - Recalculating DAX Formulas
  • Troubleshooting DAX Formula Recalculation
  • DAX - Formula Errors
  • DAX - Time Intelligence
  • DAX - Filter Functions
  • DAX - Scenarios
  • Performing Complex Calculations
  • DAX - Working with Text and Dates
  • Conditional Values & Testing for Errors
  • DAX - Using Time Intelligence
  • DAX - Ranking & Comparing Values
  • DAX - Quick Guide
  • DAX - Useful Resources
  • DAX - Discussion
Selected Reading
  • UPSC IAS Exams Notes
  • Developer's Best Practices
  • Questions and Answers
  • Online Resume Builder
  • HR Interview Questions
  • Computer Glossary
  • Who is Who
Home Excel_dax Excel DAX - Comparison Operators

Excel DAX - Comparison Operators



Previous
Quiz
Next

You can use the DAX comparison operators to compare two values producing a result that is a logical value, i.e. either TRUE or FALSE. DAX supports the following comparison operators.

Comparison Operator Comparison Operation Example Result
= Equal to 5 = 4 FALSE
> Greater than 5>4 TRUE
< Less than 5<4 FALSE
>= Greater than or equal to 5>=3 TRUE
<= Less than or equal to 3<=5 TRUE
<> Not equal to 5<>4 TRUE
excel_dax_operators.htm
Previous Quiz Next
Advertisements
  • ABOUT US
  • OUR TEAM
  • CAREERS
  • JOBS
  • CONTACT US
  • TERMS OF USE
  • PRIVACY POLICY
  • REFUND POLICY
  • COOKIES POLICY
  • FAQ'S
tutorials point logo
Download Android App Download IOS App

Tutorials Point is a leading Ed Tech company striving to provide the best learning material on technical and non-technical subjects.

Copyright 2026. All Rights Reserved.