Forum Discussion

TheoAu's avatar
TheoAu
Frequent Visitor
1 year ago
Solved

Dax: remove all filters except one

Hi, I am interested in creating a DAX measure that displays a dynamic value, changing according to its visual filter. Would it be possible to make this measure impervious to all the other filters (i...
  • kpost's avatar
    kpost
    1 year ago

    Either of these solutions will work:

    This time, the issue is because you have a many-to-one  relationship between BU and Employee, but the Cross-filter direction selected is 'Both'.

     

    Unless there is a very good reason, you should have only 'Single' directionality between your dimension tables and your fact tables.  This is best practice.

     

     

     

    If you do have a very good reason, then I would suggest modifying the interactions between visuals.

     

    Select the slicer you want to not affect the visuals, then go to Format -> Edit Interactions, and turn off interactions between the slicers and the visuals that you want to ignore it.