March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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"
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |