Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Pandadev
Post Prodigy
Post Prodigy

Remove text from column based on another column in same table

I have a table imported daily from the web and it contains two columns , one is name and address and the other is just address

I need to extract just the name from the address , by a formula to remove what is in the address column from the name address column

Name Address                                                                    Addresss

John Smith Johns Beach Bar , Miami , US                           Johns Beach Bar , Miami , US

Mike Brown Mikes Beach Bar , Florida , US                        Mikes Beach Bar , Florida , US

 

I need a Name Column adding which just shows the name 

John Smith

Mike Brown

 

I need to do this in query editor please

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

HI @Pandadev,

Did you mean to remove the 'text string' stored in the 'address' column from the 'name address' field? If that is the case, you can create a calculated column with SUBSTITUTE function:

Replaced = SUBSTITUTE([Name Address],[Addresss],"")

9.png

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

4 REPLIES 4
v-shex-msft
Community Support
Community Support

HI @Pandadev,

Did you mean to remove the 'text string' stored in the 'address' column from the 'name address' field? If that is the case, you can create a calculated column with SUBSTITUTE function:

Replaced = SUBSTITUTE([Name Address],[Addresss],"")

9.png

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable


@Pandadev  you can make use of below measure

extract name = LEFT('Table'[Name Address  ],LEN('Table'[Name Address  ])-LEN('Table'[Addresss])))

Regards
Husna
amitchandak
Super User
Super User

@Pandadev , is that name will be the first two words?

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

unfortunately not , sometimes it can be like

Smith, Arnold James

John & Mary Smith

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.