Google News
logo
Power BI - Interview Questions
What is DAX?
Data Analysis Expression (DAX) is a library of formulas used for calculations and data analysis. This library comprises functions, constants, and operators to perform calculations and give results. DAX lets you use the data sets to their full potential and provide insightful reports.

DAX is a functional language containing conditional statements, nested functions, value references, and much more. The formulas are either numeric (integers, decimals, etc.) or non-numeric (string, binary). A DAX formula always starts with an equal sign.

DAX
A: Name of the project
B: Start of the DAX formula
C: DAX function (to add)
D: Parentheses defining arguments
E:  Name of the table
F: Name of the field
G: Operator
Advertisement