NONVISUAL is a DAX function that marks a filter as non-visual.
Syntax
NONVISUAL( Expression )
Argument | Properties | Description |
---|---|---|
Expression | Filter expression. |
NONVISUAL is a DAX function that marks a filter as non-visual.
NONVISUAL( Expression )
Argument | Properties | Description |
---|---|---|
Expression | Filter expression. |
A table of values.
Marks a value filter in SUMMARIZECOLUMNS as not affecting measure values, but only applying to group-by columns.
This function can only be used within a SUMMARIZECOLUMNS expression. It’s used as either a filterTable argument of the SUMMARIZECOLUMNS function or a groupLevelFilter argument of the ROLLUPADDISSUBTOTAL or ROLLUPISSUBTOTAL function.
See SUMMARIZECOLUMNS.
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy