Forum Discussion

fz1's avatar
fz1
Frequent Visitor
2 years ago
Solved

Standardize column values that contain textual data

Hello,   I am trying to clean up a column that contains textual data. For instance, if my table "Materials" is structured like this:     I would like that table to look like this:  ...
  • Ritaf1983's avatar
    2 years ago

    Hi fz1 
    If there is no logic that you can use as a condition or some kind of unique dictionary to merge maybe with some actions before, like splitting the column and merging by one of the strings like "generator" after you clean /trim/make it be with one type of chars because pq is case sensitive.
    There are no other options.

    More information about fuzzy matching is here :

    https://learn.microsoft.com/en-us/power-query/merge-queries-fuzzy-match

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly