Forum Discussion
Anonymous
4 years agoNot applicable
Cascading Slicers
Hi PaulDBrown , I've implemented exclude slicer selection with independent table logic. Could you please help me how to make that Slicer Cascading with other slicers? Thanks in Advance.
amitchandak
Super User
4 years agoAnonymous , In case you want to filter other slicer
use a measure from the common fact which joined to other slicers, that uses value of independent value and use that in visual level filter and filter for non blank
countrows(filter(Table, Table[column] in allselected(Ind[Column]) ) ) // check non blank in vsiaul level filter of slicers