Data Analysis Expression (DAX) is used to perform basic calculations and data analysis. It is a formula language used to calculate and compute the data fields. Following are some important points of DAX:
- DAX works on the column values.
- It can not modify or insert data.
- DAX is used for creating a calculated column, but you cannot calculate rows.