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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ialayidi
Frequent Visitor

No data shows after applying a Row filter using Advanced Editor

Hello, 

 

I'm using an ODBC connection and have a table with over 13 million rows. I only need to analyze a certain category named Rework. The preview does not load due to size of table. I can apply the row filter manually through Advanced Editor, however; it is not giving me any rows, nor is there any error! The main objective here is to reduce the refresh time. Please help! Thanks! 

Code: 

 

 

 

 

 

= Table.SelectRows(TRANSLOG_Table,each ([LOC_DESC]) = "REWORK")

 

 

 

 

 

 

ialayidi_0-1715022802379.png

 

4 REPLIES 4
Kaviraj11
Super User
Super User

Can you create another subset table of this and distinct the LOC_DESC column and see the actual value?




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





It keeps thinking for over an hour without a status... 

Kaviraj11
Super User
Super User

Can you try with Contains and make sure it's case sensitive:

 

= Table.SelectRows(TRANSLOG_Table, each Text.Contains([LOC_DESC], "Re"))




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





It took forever to run the code, and gave me the same result as using "REWORK" 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Solution Authors
Top Kudoed Authors