Forum Discussion

VipinReddy's avatar
VipinReddy
Icon for Microsoft Employee rankMicrosoft Employee
5 years ago
Solved

Filter slicer based on other slicer selection

Hi,    I have a requirement were the client wants to filter the slicer using an other slicer. I have three slicers Year, Month and Project Status as shown below.  The requirement is only whe...
  • v-xiaotang's avatar
    v-xiaotang
    5 years ago

    Hi VipinReddy 

    You can make the following adjustments on parry2k's measure,

     

    Project Selected = IF ( SELECTEDVALUE ( 'Table'[Project Status] ) = "Completed", 1,0 )

     

    then put the measure into the visual level filter,

    result

     

     

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.