IGNORE

Updated on

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.

Return Values

The function does not return a value.

Remarks

IGNORE can only be used as an expression argument to SUMMARIZECOLUMNS.

Example

See SUMMARIZECOLUMNS.

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/ignore-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy