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

Fabric Ideas just got better! New features, better search, and direct team engagement. Learn more

Ability to use wildcards in power query transformation find section of replace values.

In the transformation area of replace values it would be nice to be able to use a wildcard in the value to replace field. For example we have transaction descriptions like... Placement [EB-12375596] and it would be great to be able to enter something like... Placement% to capture all of these. I've got several work-arounds but this would be a great feature for those who don't know SQL.
Status: Under Review
Comments
amicoda1
New Member
Must have feature!!
lucio_junges
New Member
Must have feature!!
fd134749
New Member
Would prefer Regex
StevenDWillis
Regular Visitor
Must have feature!!
skent1
New Member
this is really needed!
aotto
New Member
Yes! We have data entry clerks that have been posting emails directly into our software. When we run reports on that information we get lengthy garbage surrounding the needed information because formatting code fills it up. Every blank line in an email equals 175 characters of garbage in our database. Wildcard is needed as the surrounding formatting code is highly dynamic. Need Text.Replace('Table',"<*>","") or Text.Remove('Table',"<*>")
jeremiah_morgan
New Member
Yes Yes! Seriously!
Actual Info Needed Where's my replace <*>?
JohnThomas1
New Member
Ditto! Would be nice to have. I now have to add several steps to cover several different "literal" scenarios, whereas a wildcard would reduce it down to one step. In addition it would be nice if you could search for values only or text only, or a combination. Something like ".0#" would look for a values ".00", ".01", ".02"... ".09" but NOT ".0a" or any other non-digit string, and replace it with the value provided. (We would need a char for "any values".) Or if you wanted to replace text strings use "?" for single char, and * for any characters.
igitsailo
Advocate I
Regexp Replace, please!
agill
New Member
I would like the ability to select **/**/** in a Power query column, replacing with blank.