yetanotherexcelslave
New Member
- Joined
- Apr 15, 2020
- Messages
- 2
- Office Version
- 2016
- Platform
- Windows
Hello. Say I have columns A, B, C, with the conditions I want to delete is (AND conditions, not OR):
- A = "Zebra"
- B = "Male"
- C = "Small"
I want to remove all the data that matches this requirement (means if there's a zebra, but it's a female, then I don't want to delete that data). Normally how I would do it in excel is filter each columns with the respective conditions, then delete all that are shown, and unfilter back to get the rest of the data. But since Power Query is step-by-step, I can't unfilter back after I delete the data. Does anyone know how can I do this in query?
- A = "Zebra"
- B = "Male"
- C = "Small"
I want to remove all the data that matches this requirement (means if there's a zebra, but it's a female, then I don't want to delete that data). Normally how I would do it in excel is filter each columns with the respective conditions, then delete all that are shown, and unfilter back to get the rest of the data. But since Power Query is step-by-step, I can't unfilter back after I delete the data. Does anyone know how can I do this in query?