Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Format Data

Hey guys,    I have the UDER ID data item as 'DB10098989' in my data source. I am using direct query (import mode). How can I format that to get rid of 'DB' in front of it and have just the numeric...
  • v-xicai's avatar
    6 years ago

    Hi Anonymous ,

     

    You may go to Add column -> Custom column, create custom column like codes below.

     

    = Table.AddColumn(Source, “Number”, each Text.Select([UDER ID], {“0”..”9″}))

     

     

     

     

     

     

     

     

     

     

     

     

    Best Regards,

    Amy 

     

    Community Support Team _ Amy

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