July 2025
Intermediate to advanced
329 pages
3h 58m
English
This annexure provides a quick reference guide for commonly used DAX (Data Analysis Expressions) and Power Query M Languagefunctions. These tools are fundamental for data modeling, transformation, and reporting within Microsoft Fabric, especially in preparation for the DP-700 exam.
DAX is used for defining calculations, aggregations, and expressions within semantic models. It is commonly applied in calculated columns, measures, and calculated tables.
Category | Function | Description/Example |
|---|---|---|
Aggregation | SUM() | Calculates the total: SUM(Sales[Amount]) |
AVERAGE() | Returns the mean value: AVERAGE(Employee[Salary]) | |
MAX(), MIN() | Returns the highest or lowest value in a ... |
Read now
Unlock full access