Forum Discussion
gmjd1
3 years agoNew Member
Slicer selection then filter columns on value
I am trying to create a power BI visul to help me identify which training modules a specific job role will need to complete. The original data in Excel contains a job title column, and then vario...
Anonymous
3 years agoNot applicable
Hi gmjd1 ,
I suggest you to try to create a measure to filter your visual.
Filter =
IF ( MAX ( [Y or N] ) = "Y", 1, 0 )
Add this measure into visual level filter and set it to show items when value = 1.
If this reply still couldn't help you solve your issue, please share a sample file with me.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.