Forum Discussion
VipinReddy
Microsoft Employee
5 years agoFilter 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...
- 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.
parry2k
Super User
5 years agoVipinReddy I have no idea what you are doing and why the logic is changed, the solution I provided was based on the original question you posted.