Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
SteveD2
Resolver I
Resolver I

Power Query is not filtering Table as selected?

I never seen this before. Usually, power query is bulletproof. Choose a column, filter what you want and bingo, that's what you get.

Below is a screenshot of a table where I am excluding a value from table to be returned. Yet, the table returns with the value still present. Why?

POwer Query error.png

1 ACCEPTED SOLUTION

Experiment with the "Text Filters" options, e.g. "begins with...." and "does not begin with".

Also I suggest using Trim and/or Clean from the Transform menu to get to the bottom of this.

View solution in original post

5 REPLIES 5
HotChilli
Super User
Super User

There could be a space or hidden character in there.  Did you type the line of code or did you use the 'Text Filters' from the column dropdown?

I used both the items from the drop-down list and manually entering it into the M code.

Experiment with the "Text Filters" options, e.g. "begins with...." and "does not begin with".

Also I suggest using Trim and/or Clean from the Transform menu to get to the bottom of this.

Using begins with or contains resulted in the same issue. However, using either Clean or Trim or both fixed the issue.

Glad you got it sorted.  Every similar case I've seen has a space or a hidden character.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors