DAX (Data Analysis Expressions) is a formula expression language. It can be used in different BI and visualization tools. DAX is also known as function language in which the full code is kept inside a function.
- DAX works on column values.
- DAX cannot insert or modify the data.
- We can create a calculated column and measures with DAX, but we cannot calculate rows using DAX.