Forum Discussion

Krcmajster's avatar
Krcmajster
Helper IV
6 years ago

Multiselect filter as DAX

Hi All, 

 

I have 2 tables, they don't have a relationship but have unique identifiers and I would still like them to "work together", meaning I want visuals to be filtered if values are selected on other visual or filters. It's fine if I use SELECTEDVALUES or VALUES and item is selected but I have a problem when multiple items are selected.

 

Example:

if(VALUES(Table1[ID])=VALUES(Table2[ID]),"Include","Exclude")

 

but this will throw error if multiple items are selected

3 Replies