Forum Discussion
sandra_p
6 years agoHelper I
Power Query row filtering not working
I have copied a table and in this new table I want to filter out rows, that have "History field" = status I have applied filter: But in "History field" I can still see both values - status an...
- 6 years ago
sandra_p , Try text.contains to check
https://docs.microsoft.com/en-us/powerquery-m/text-contains
and text.trim to trim the spaces
sandra_p
6 years agoHelper I
I must mention, that I tried using "equals" as well.
BA_Pete
6 years agoSuper User
Hi sandra_p
Have you tried trimming your History column in Power Query? Select that column, go to Format>Trim then try filtering after this step.
Pete
Have you tried trimming your History column in Power Query? Select that column, go to Format>Trim then try filtering after this step.
Pete
- Anonymous3 years agoNot applicable
Thanks sandra_p ..Trimming really helped me..Trimming really helped me in filtering out the data