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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Kavindya
Frequent Visitor

Substring words from String after Symbol

Hi all,

 

I'm having dought about to Substring the words from long sring. I need to know how to get the last word after this Symbol "_" . 

String as below,

 

ABC_QST_GHY_19_TEST  ----------------> result - TEST 

ABC_QST_GHY_20_TEST02 ----------------> result - TEST02 

 

I need to get the word after "_" symbol.

 

Thanks in advance fro your support. 

 

 

1 ACCEPTED SOLUTION
Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

Use this where Data is name of column

= Text.AfterDelimiter([Data],"_",{0,1})

View solution in original post

1 REPLY 1
Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

Use this where Data is name of column

= Text.AfterDelimiter([Data],"_",{0,1})

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.

Top Solution Authors