Forum Discussion
selpaqm
Helper V
6 years agoContainstring takes ages
Hi, i have a calculated column contains containstring. it works however each refresh take hours with more than 1000 rows. normally my table has more than 400k rows. so is there any way to speed i...
- 6 years ago
Hi selpaqm ,
I once created a Power Query prototype here. The merging between the two tables can possibly still be optimized.
See attachement.
Greg_Deckler
Community Champion
6 years agoselpaqm - Perhaps try SEARCH or FIND instead of CONTAINSSTRING?
selpaqm
Helper V
6 years agoGreg_Deckler thanks for your suggestion. when i try to use search, I have get "The search Text provided to function 'SEARCH' could not be found in the given text." error.
"minx(filter(table,search(" does not fit.