Forum Discussion

admin_xlsior's avatar
admin_xlsior
Icon for Post Prodigy rankPost Prodigy
7 years ago
Solved

Filter Slicer with inactive relationship

Hi guys,   How to make my slicer correspont with another slicer which has inactive relationship between them.   I have one slicer, lets say Company, which already put as slicer : Company D...
  • v-frfei-msft's avatar
    7 years ago

    Hi admin_xlsior ,

     

    We can create a measure and make the table visual filtered by the measure.

     

    Measure = 
    IF(MAX(Worker[Company]) in VALUES(Company[Company]),1,0)

     

    Pbix as attached.

     

    Regards,

    Frank