Category Description Key Functions
📊 Math & Statistical Functions Perform basic calculations and statistical analysis SUM,AVERAGE,COUNT,SUMX,AVERAGEX,RANKX,MEDIAN,GEOMEAN,DISTINCTCOUNT
🔍 Filter & Context Functions Modify filter context for calculations CALCULATE,FILTER,ALL,ALLEXCEPT,REMOVEFILTERS,HASONEVALUE
✅ Logical Functions Build logical expressions and handle errors IF,AND,OR,NOT,SWITCH,IFERROR
🕒 Date & Time Functions Work with dates and times DATE,DAY,MONTH,YEAR,DATEDIFF,CALENDAR
âŗ Time Intelligence Functions Analyze data across time periods SAMEPERIODLASTYEAR,TOTALYTD,DATEADD,DATESBETWEEN
🔗 Relationship Functions Work with table relationships RELATED,CROSSFILTER
📋 Table Manipulation Functions Shape and transform tables SUMMARIZE,GROUPBY,ADDCOLUMNS,SELECTCOLUMNS,UNION,INTERSECT
âœī¸ Text Functions Manipulate string values LEFT,RIGHT,UPPER,LOWER,SUBSTITUTE,CONCATENATE
â„šī¸ Information Functions Test values and retrieve metadata ISBLANK,ISNUMBER,ISFILTERED,USERPRINCIPALNAME,NAMEOF
🧠 DAX Statements & Operators Core syntax elements VAR,COLUMN,ORDER BY,=,>,<,&&,`

📊 Math & Statistical Functions

🔍 Filter & Context Functions

✅ Logical Functions

🕒 Date & Time Functions

âŗ Time Intelligence Functions

🔗 Relationship Functions

📋 Table Manipulation Functions

âœī¸ Text Functions