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.
BLANK and ISBLANK DAX functions - Power BI Tutorial
From the course: Advanced Power BI: DAX Language, Formulas, and Calculations
BLANK and ISBLANK DAX functions
- [Instructor] There are several DAX functions that let us build formulas to manage blanks. Two of these functions are BLANK, which returns a measure result as a null value, and ISBLANK, which is a logical function that returns a Boolean result. In Power BI, let's explore how the BLANK function works. Let's select the loan period measure and comment out the existing formula with two forward slashes. Let's first set this measure equal to BLANK, which doesn't have any input parameters inside its parentheses. The entire column is now empty, which might perhaps imply that the BLANK function returns an empty text label. But BLANK really returns a null and how this works can be a bit confusing at first. Let's update our existing measure to combine it with the word hello using an ampersand as the connector. Now let's change the formula so we had a one to the BLANK function instead. Now we see the BLANK function operates…
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
-
-