Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Replace/Translate UserID's into UserNames

1) I have imported a database table into Power BI , and it contains "UserID" values 2) I have exernal CSV file that contains UserID and UserName columns  3) Now, i would like to replace/translate  ...
  • lbendlin's avatar
    lbendlin
    6 years ago

    you can do all that in Power Query. Either replace the value in the existing column with the value of the merged column and then remove the merged column, or remove the existing column and rename the merged column to the name of the original column.