Forum Discussion
PowerTrouble
5 years agoFrequent Visitor
Filter multiple columns that have the same possible values and display only columns with x
The title is a little messy, so I want to clarify. I have a table, in this table are people and qualifications, a lot of qualifications that are separate columns. These qualifications all have th...
- 5 years ago
Hi PowerTrouble ,
I found that the data structure of your table is similar to what I guessed. After you "Unpivot the table", filter out the rows with [Value] = "Certified". Isn't this what you want?
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lionel-msft
5 years agoCommunity Support
Hi PowerTrouble ,
Is your table like this?
Maybe you can 'Unpivot the columns'.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
PowerTrouble
5 years agoFrequent Visitor
I also updated the post with an example of how the table is formatted.