Forum Discussion

rakesh-k01's avatar
rakesh-k01
Frequent Visitor
9 years ago
Solved

How to use AND in slicer

This might be a bit hard to explain, so will update based on the info needed.    Hi,   I have 2 tables having 1 to many relationship with the ref2per table.                  I' am us...
  • Vvelarde's avatar
    9 years ago

    rakesh-k01

     

    hi, create a measure:

     

    Show =
    IF ( COUNTROWS ( VALUES ( Ref_Table[name] ) ) = COUNTROWS ( Ref2Per ), 1, 0 )

    and in Visual Level Filter select when Show is 1.

     

     

     

    Regards

     

    Victor

    Lima - Peru