NONVISUAL

Applies to: Calculated column Calculated table Measure Visual calculation

Marks a value filter in a SUMMARIZECOLUMNS expression as non-visual. This function can only be used within a SUMMARIZECOLUMNS expression.

Syntax

NONVISUAL(<expression>)

Parameters

Term Definition
expression Any DAX expression that returns a single value (not a table).

Return value

A table of values.

Remarks

Example

See SUMMARIZECOLUMNS.