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
4 years agoSuper User
Anonymous , 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
Anonymous
4 years agoNot applicable
Hi amitchandak - Thanks for the reply.
will it work if one table(exclude table i.e.copy of one dimension table) has no relation with fact table?