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 September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors