Hii,
I have two tables,
Table A:

Table B

I am working on a filter, where I select a keyword from Table B column. Task is to search the keyword in Table A Keywords column, and return the columns that match the keywords.
For instance: if I select 'Agile' in filters dropdown. search for Agile in Table A and return all the matches.
If I select two items from the filter, It should return matched results accordingly.
This can be accomplished using "Text Search Visual", external plugins/importing. But our organization doesn't encourage it.
Please do help me with DAX expressions to solve it.
Thank you in advance