Forum Discussion
Exclusion List to modify SQL Query?
- 2 years ago
yes, many times. Create your reference table with the exceptions. Join it in a 1:1 relationship with your original data table. In that original table create a calculated column that pulls in the RELATED ID from the other table. Filter your original table for that new column to only contain BLANK()
(Better do that in Power Query as a 1:1 relationship, especially when it is not covering, comes with a lot of baggage)
yes, many times. Create your reference table with the exceptions. Join it in a 1:1 relationship with your original data table. In that original table create a calculated column that pulls in the RELATED ID from the other table. Filter your original table for that new column to only contain BLANK()
(Better do that in Power Query as a 1:1 relationship, especially when it is not covering, comes with a lot of baggage)