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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Responsive Resident
Responsive Resident

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

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

Kaviraj11
Responsive Resident
Responsive Resident

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

 

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

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

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.