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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.