Forum Discussion

mijoe's avatar
mijoe
Microsoft Employee
4 years ago

How to filter matrix based on column data

I have a set of data like this:     BaseColumn ColB ColC value 1 y n n value 2 y y y   I want to filter to only value1 because BaseColumn=y while the other columns=n.  The co...