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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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")
Can you create another subset table of this and distinct the LOC_DESC column and see the actual value?
Proud to be a Super User! | |
It keeps thinking for over an hour without a status...
Can you try with Contains and make sure it's case sensitive:
= Table.SelectRows(TRANSLOG_Table, each Text.Contains([LOC_DESC], "Re"))
Proud to be a Super User! | |
It took forever to run the code, and gave me the same result as using "REWORK"
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |