Forum Discussion
Anonymous
6 years agoNot applicable
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 ...
- 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.
Anonymous
6 years agoNot applicable
Yes i did , it splitting the column into new one and values gets seperated , but i am here tryting to convert those ID's into names as it is with the "|" (pipe) seperated as below
UserID UserName
AAA000 | BBB000 Alice | Bob
lbendlin
6 years agoSuper User
Just say NO to bad data?