Forum Discussion
any function can do exact match (text) in power query?
- 7 years ago
Thanks for replying my question. Here is the screeshot.
Now, if I use the above mentioned nested function searching "lock", it not only returns the text containing the word "lock" but also text containing "block". That's why I want some function can do exact match.
If DAX helps out, I'll surely embrace it :)
Hi Jun_Wang,
It works for me, please find the below screenshot for your reference.
Go to Edit Queries --> Select the column (Text) --> Add Column Tab --> Conditional Column --> and give the details as in the screenshot. It will work.
Please let me know if you still have any questions. Happy to help you.
Regards,
Pavan Vanguri.
- Jun_Wang7 years ago
Advocate I
Thanks Pavan, but this fix is not very ideal to me. My dataset normally has 10k rows, the "block" is not the only possible word containing string "^lock". It could be blockade, block, blockage, even sherlock........
I reckon exact match would be easier :)
- Ashish_Mathur7 years ago
Super User
padlock is not an exact match. Therefore why should that be a part of your result?