If you've used Excel formulas, you already know more DAX than you think. DAX (Data Analysis Expressions) is the formula language behind Power BI, Analysis Services, and Power Pivot. It's a function language, so there are no loops or cell references. You compose functions together, and the engine figures out which rows to evaluate based on your data model.
Microsoft brought over 80+ functions straight from Excel (SUM, IF, AVERAGE, the ones you already know), then added 100+ DAX-only functions like CALCULATE, FILTER, and ALL. Over 250 functions total. You do not need to memorize them all (honestly, nobody has).
DAX gives you three types of calculations. The difference between them shapes everything from performance to whether your numbers come out right: