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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
snifer
Post Patron
Post Patron

filter row as SQL statement like %

I need help to filter rows.

 

It needs to be made in edit query, NOT in DAX:

 

i need to filter a row if "gbl" is included in a string

like the SQL LIKE %gbl%

 

example if the row is like

x-scope/house-bill-of-lading-copy-pdf-custom;gon_aaagblse; customFormOID=77d3a26a-ce9c-4b95-9780-b0a36fb4059a

need to be keepd and filter since inclute gbl -> aagblse

 

all post I found was in DAX 

 

5 REPLIES 5
Mariusz
Community Champion
Community Champion

Hi @snifer 

 

Please follow the steps in the video below.

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

Anonymous
Not applicable

You can create a new custom column with Text.Contains([Column], "gbl") and filter this column in the next step, so it only shows TRUE values.

 

https://docs.microsoft.com/de-de/powerquery-m/text-contains

 

Anonymous
Not applicable

Just thought about, you can do it even easier in Edit Query. Click on the Filter Arrow next to the column name, select Text Filters -> Contains. 

 

 
az38
Community Champion
Community Champion

@snifer 

you can use advanced filtering in visual settings

Снимок.PNG


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

this is not in edit query, I'm wrong?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

Top Kudoed Authors