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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Splitting column

Hello

 

I have a column called"ADDRESS"which has street,city,pincode.Now I want only street in another column.

ex: HOUSE 1234 Manchester Rd, Knoxville, TN,12345-6789 01234

 

Thanks in advance

Pavani

2 ACCEPTED SOLUTIONS
Ritaf1983
Super User
Super User

Hi @Anonymous 
You can achieve it with PQ  by following these steps:
1. Click right-click on your address column and choose the "split column" option << "by delimiter

Ritaf1983_1-1683509913007.png

2. Select comma as delimiter

Ritaf1983_2-1683509978316.png

3 . Modify split at 

Ritaf1983_3-1683510035177.png

Result : (From here just change column names)

Ritaf1983_4-1683510158982.png

Link to Sample File 

 

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

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

Ahmedx
Super User
Super User

Text.BeforeDelimiter(
    [Adress], "," 
      ,RelativePosition.FromStart)

Screen Capture #1068.png

View solution in original post

2 REPLIES 2
Ahmedx
Super User
Super User

Text.BeforeDelimiter(
    [Adress], "," 
      ,RelativePosition.FromStart)

Screen Capture #1068.png

Ritaf1983
Super User
Super User

Hi @Anonymous 
You can achieve it with PQ  by following these steps:
1. Click right-click on your address column and choose the "split column" option << "by delimiter

Ritaf1983_1-1683509913007.png

2. Select comma as delimiter

Ritaf1983_2-1683509978316.png

3 . Modify split at 

Ritaf1983_3-1683510035177.png

Result : (From here just change column names)

Ritaf1983_4-1683510158982.png

Link to Sample File 

 

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

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors