Forum Discussion
Anonymous
4 years agoNot applicable
Filter columns on two different tables
Hello, I'm trying to filter two columns from two different tables. I tried doing a conditional column where if Description column Contains "Traditional" then "Yes" or if Quotes column Con...
- 4 years ago
Please consider this solution and leave Kudos.
Merge the tables using a common key and select the missing field, so you have all the required fields in one table.
You can then filter the rows using the 2 columns.
PaulDBrown
Community Champion
4 years agoCan you please provide sample data or PBIX file?