From the course: Advanced Power BI: DAX Language, Formulas, and Calculations
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
DAX quick measures - Power BI Tutorial
From the course: Advanced Power BI: DAX Language, Formulas, and Calculations
DAX quick measures
- [Instructor] DAX Quick Measures are a capability of Power BI to write DAX measures for us. This can potentially save time and increase efficiency because we don't have to write the formulas out ourselves. Conversely, quick measures are available for limited calculation types. They also might not work as we expect them to in our Power BI model. Quick measure categories include the aggregate per category, filters, time intelligence, and totals. Let's create a rolling average for the 30-year fixed mortgage rate. We'll use the page in Power BI where we already have the interest rate listed by date. We'll convert the date hierarchy that includes the year and month into a single date field. We can add the average measure from the 30-year interest rate to this table from Model 1 which matches the results for the 30-year fixed rate aggregated as an average. We'll remove the 15 and 30-year fixed rates from the table. Next, we'll…
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
-
-
-
-
-
-
SELECTEDVALUE DAX function6m 22s
-
(Locked)
IF DAX function for conditional formulas6m 46s
-
(Locked)
EOMONTH DAX function4m 49s
-
(Locked)
DATEDIFF DAX function4m 34s
-
(Locked)
BLANK and ISBLANK DAX functions6m 33s
-
(Locked)
Filtering between tables5m 10s
-
(Locked)
DAX acrobatics6m 18s
-
(Locked)
GENERATE and ROW DAX functions with calculated dates tables7m 43s
-
(Locked)
DATESBETWEEN DAX function4m 1s
-
(Locked)
DATEADD DAX function4m
-
(Locked)
MTD, QTD, and YTD date DAX functions4m 1s
-
(Locked)
DAX quick measures6m 22s
-
(Locked)
Power BI summarized view5m 43s
-
(Locked)
Challenge: DAX time intelligence modeling27s
-
(Locked)
Solution: DAX time intelligence modeling3m 32s
-
-