Forum Discussion
Conditionally colour Column based on Slicer Selection
- 5 years ago
Table2 is the disconnected table that feeds the slicer. You can create it in Power Query as a duplicate of Table, then choose the User column and remove duplicates.
Hi, Thanks a million for your help, in your example is table or table 2 the disconected table?
- lbendlin5 years agoSuper User
Table2 is the disconnected table that feeds the slicer. You can create it in Power Query as a duplicate of Table, then choose the User column and remove duplicates.
- butterfly_fly251 year agoNew Member
Hello,
It's been almost 4 years since your answer but it just woked for me so it is amazing.
I was wondering if there's any way to have this work but for multiple selections, like if you were to choose both A and B then both columns would become red and the other one would remain blue.
Every time that I select multiple options in the slicer it takes the FALSE.
Thanks
- lbendlin1 year agoSuper User
use
IN VALUES()
rather than
SELECTEDVALUE