Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Hi @Anonymous
Please follow the steps in the video below.
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
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.
@Anonymous
you can use advanced filtering in visual settings
this is not in edit query, I'm wrong?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 102 | |
| 39 | |
| 29 | |
| 29 |