IGNORE is a DAX function that tags a measure expression to be ignored when determining non-blank rows in the SUMMARIZECOLUMNS function.
Syntax
IGNORE( Measure_Expression )
Argument | Properties | Description |
---|---|---|
Measure_Expression | The Expression which needs to be ignored for the purposes of determining non-blank rows. |