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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Lifan
Frequent Visitor

Help please! Remove a string of text with fixed format

Hi,

 

I'm a new user and just playing with a datatable, trying to clean up a text field before publish to users.

 

The field is a free text in our system. However in some lines it included a system code which takes up space and no use to anyone.

 

The code has a consistent format, 8-4-4-4-12 5 sets of letter or number ending with ";".

 

Here is a example:

24f1ef97-5df5-4d3f-8976-eeca0e157432;Creative Production,Production

 

I've searched the forum and google, couldn't find any similar issues before.

 

Could anyone provide some help?

 

p.s. I'm using the Query function inside the Excel.

 

Thanks,

Lifan

1 ACCEPTED SOLUTION

Hi @Lifan

 

No problem when you have created the additional column (Column1), when it does not find anything after the delimiter it should then have a result of null 

 

So then what you can do is to create a conditional column where if the Additional Column (Column1) is null then use the Original column. 

 

In doing that you will get the output you require.





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

Proud to be a Super User!







Power BI Blog

View solution in original post

7 REPLIES 7
GilbertQ
Super User
Super User

Hi there, can you give an example of what you would like the desired output to be?





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

Proud to be a Super User!







Power BI Blog

Hi Guavaq,

 

Good point, I'd just like to remove that weird code and keep the remaining info.

 

In that example, it should only show:

Creative Production,Production

 

Thanks!

Lifan

Hi @Lifan

 

When using the Query Editor, I would suggest the following:

  • Duplicate your column, so that you still have your original column.
  • Then in the duplicated column right click and select "Split Column", then select "By Delimeter"
  • When the Window Opens where it says "Select or enter delimiter" select "Custom" and then put in ";"
  • Power BI - DELETE 1.png
  • Then click Ok.
  • Now you should see the following as shown below.
  • Power BI - DELETE 1.png




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

Proud to be a Super User!







Power BI Blog

Hi Guavaq,

 

Thanks but problem is the content doesn't always have the code in there... sorry if didn't make it clear earlier.

 

It's like this:

24f1ef97-5df5-4d3f-8976-eeca0e157432;Creative Production,Production

ABC promotion

Production charge

245B3897-3ef5-4d9f-5184-ebe5015e7432;7/5,6/7 active

 

need to change to this:

Creative Production,Production

ABC promotion

Production charge

7/5,6/7 active

Hi @Lifan

 

No problem when you have created the additional column (Column1), when it does not find anything after the delimiter it should then have a result of null 

 

So then what you can do is to create a conditional column where if the Additional Column (Column1) is null then use the Original column. 

 

In doing that you will get the output you require.





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

Proud to be a Super User!







Power BI Blog

Maybe split to rows using the ";" char in Power Query and filter out any rows that contain a "-"

 

 

split to rows.png

 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Yes it worked! Thank you!!!!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.