DAX Function Guide
COUNTBLANK
Sam McKay
CEO & Founder
How does the COUNTBLANK work?
COUNTBLANK Formula Syntax
COUNTBLANK (
<column>
)
How do you use the COUNTBLANK?
This function is used to determine the number of cells that are empty. It counts the blanks and let us know how many there are.
Related Blog Posts
Loading
Considerations when using the COUNTBLANK?
The only argument in this function is a column. You can use columns containing any type of data, but only blank cells are counted. Cells that have zero value are not counted because zero is a numeric value, and not a blank.
The only argument in this function is a column. You can use columns containing any type of data, but only blank cells are counted. Cells that have zero value are not counted because zero is a numeric value, and not a blank.
Related Video Tutorials
Loading
Formula examples using the COUNTBLANK
=COUNTBLANK(Reseller[BankName])
=COUNTBLANK(A2:D5)
=COUNTBLANK(A1:A4)
Related Courses
Loading