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

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.

Reply
RappJ
Helper I
Helper I

each not Text.Contains is not working

Good day all,

Any idea why this filter will not work? Screenshot is with filter applied.  Am I misunderstanding how this filter should work? Is it case sensitive and can that be ignored?

 

= Table.SelectRows(#"Filtered Rows", each not Text.Contains([Description], "CAP"))

 

RappJ_1-1646325909236.png

 

Thank you.

 

1 ACCEPTED SOLUTION
RappJ
Helper I
Helper I

Fixed.
= Table.SelectRows(#"Filtered Rows", each not Text.Contains([Description], "upg",Comparer.OrdinalIgnoreCase) or not Text.Contains([Description], "cap",Comparer.OrdinalIgnoreCase))

View solution in original post

2 REPLIES 2
RappJ
Helper I
Helper I

Just had to spend 5 more minutes reading.

 

RappJ
Helper I
Helper I

Fixed.
= Table.SelectRows(#"Filtered Rows", each not Text.Contains([Description], "upg",Comparer.OrdinalIgnoreCase) or not Text.Contains([Description], "cap",Comparer.OrdinalIgnoreCase))

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors