Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Within M Language change "Last, First" Name to "First Last"?

Hi all,   Thank you to everyone for this continued support on this community.  It has been incredibly helpful with getting through this project.  So continuing that path...   I have code that loo...
  • camargos88's avatar
    6 years ago

    Hi Anonymous ,

     

    Try this code on add a new column for Power Query:

     

    Text.Combine(List.Reverse(Text.Split([Column1],",")), " ")

     

     

    Did I answer your question? Mark my post as a solution!
    Ricardo