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 and Sprint
- 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 sandra_p , Try text.contains to check
https://docs.microsoft.com/en-us/powerquery-m/text-contains
and text.trim to trim the spaces
5 Replies
- sandra_pHelper I
I must mention, that I tried using "equals" as well.
- amitchandakSuper User
sandra_p , Try text.contains to check
https://docs.microsoft.com/en-us/powerquery-m/text-contains
and text.trim to trim the spaces