Hello everyone,
I’m encountering an odd issue with a multi-value parameter with a multi-select dropdown control in my QuickSight analysis. Here’s what’s happening:
- Parameter for filtering visuals:
I use a single parameter in a Custom Filter (type: EQUALS parameter) to filter some visuals. - Same parameter in a calculated field:
I also use this exact same parameter in a calculated field with thein()
function, wrapped in anifelse
, like so:
ifelse(in({columnA}, ${myParameter}), 1, 0)
Despite everything working perfectly (no broken visuals, the parameter works fine, and the calculated field returns correct results), I get this error message next to the parameter control:
Following items are incompatible with Multi-select drop down.
Please update/remove them to fix the broken visuals.
Filter - “CONTAINS” filter on columnB
The problem is:
-
I’m not using “CONTAINS” anywhere in my analysis.
-
None of the visuals are actually broken.
-
The calculated field works as expected.
Has anyone run into this issue before? Any idea why QuickSight would report a “CONTAINS” filter on columnB even though I’m not using it? Any suggestions on how to remove or prevent this message would be greatly appreciated!
Thank you in advance for any advice or guidance you can provide.