Forum Discussion
Elina_Mirin
3 years agoAdvocate II
Does not Contain filter in Power Query removes NULL values
Hello! Does anybody know why 'Does Not Contain' filter in Power Query removes also null values, not only the value specified? E.G.: I want to exclude the emails that contain "yahoo", but I want to k...
- 3 years ago
watch my video and you will know how to solve the problem
https://1drv.ms/v/s!AiUZ0Ws7G26RhlWZ9AMUAAFdgqmG?e=venO0d - 3 years ago
Hi, you can wirte like this:
Table.SelectRows(#"Измененный тип", each not Text.Contains([data] , "yahoo") or [data]=null)
Ahmedx
3 years agoSuper User
watch my video and you will know how to solve the problem
https://1drv.ms/v/s!AiUZ0Ws7G26RhlWZ9AMUAAFdgqmG?e=venO0d