DAX Aggregation - COUNTBLANK function



Description

Counts the number of blank cells in a column.

Syntax

COUNTBLANK (<column>)

Parameters

Sr.No. Parameter & Description
1

column

The column that contains the blank cells to be counted.

Return Value

A whole number. If there are no blank rows, blank is returned.

Example

= COUNTBLANK(Results[Medal])
dax_functions_aggregation.htm
Advertisements