From the course: Advanced Power BI: DAX Language, Formulas, and Calculations
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
DAX measures - Power BI Tutorial
From the course: Advanced Power BI: DAX Language, Formulas, and Calculations
DAX measures
- [Instructor] DAX measures are portable stored formulas in our Power BI model. Measures often look the same as DAX columns when we add them to visuals or tables. Unlike columns, however, DAX measures don't take up a lot of memory in Power BI models, because they don't occupy a physical column in a data table. There are three key points to keep in mind when understanding and utilizing DAX measures. First, DAX evaluates measures against the data source, not against the PivotTable, for example. Second, DAX calculates each measure independently. Third, when we add a measure to a visual, like a table or a matrix, DAX evaluates each pivot coordinate through the same logical iteration process for each cell that references a DAX measure. One approach that I've found very helpful when I create Power BI models is having at least one separate table in the Fields pane that contains only DAX measures. I recommend this approach to…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
DAX tables and GENERATESERIES2m 58s
-
(Locked)
DAX columns2m 43s
-
(Locked)
DAX measures3m 41s
-
(Locked)
DATE, YEAR, MONTH, and DAY date DAX functions3m 14s
-
(Locked)
CALENDAR and CALENDARAUTO DAX functions3m
-
(Locked)
DAX measure evaluation context10m 33s
-
(Locked)
CALCULATE DAX function6m 17s
-
(Locked)
DAX ruler using FIRSTDATE, LASTDATE, and PARALLELPERIOD DAX functions5m 58s
-
(Locked)
Challenge: Crop modeling1m 10s
-
(Locked)
Solution: Crop modeling4m 32s
-
-
-
-