GetSecureScore

Understand DAX operators in Power BI

The Data Analysis Expression (DAX) language uses operators to create expressions that compare values, perform arithmetic calculations, or work with strings. Types of operators There are four different types of calculation operators: arithmetic, comparison, text concatenation, and logical. Arithmetic operators To perform basic mathematical operations such as addition, subtraction, or multiplication; combine numbers; and produce Read More