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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
RAHULBANDI
Helper II
Helper II

Specific Word Split Columns

Hi 

I have following Data-set

 

DATA

Right Issue of Fully Convertible Debentures 
Right Issue of Fully Convertible Debentures 
Right Issue of Equity Shares 
Right Issue of Equity Shares 

 

Expected-Output

 

DATADATA1.1
Right Issue of Fully Convertible Debentures Right Issue
Right Issue of Fully Convertible Debentures Right Issue
Right Issue of Equity Shares Right Issue
Right Issue of Equity Shares Right Issue
1 ACCEPTED SOLUTION
mussaenda
Super User
Super User

Hi @RAHULBANDI ,

 

All values on your data column has the same start?

 

There are multiple ways to achieve your DATA1.1

 

you can do like 

if Text.Contains(Text.Upper([DATA]), "RIGHT ISSUE")
then "Right Issue"
else 

null

 

 

 

 

View solution in original post

2 REPLIES 2
Lakshmi1294
Frequent Visitor

Hi,

 If you want to split left most side Values

  First Duplicate the Column then split the column two times by Left most Delimiter 

  Now you can merge the two splitted Colums.You can get it now 

Lakshmi1294_0-1661174928623.png

 

mussaenda
Super User
Super User

Hi @RAHULBANDI ,

 

All values on your data column has the same start?

 

There are multiple ways to achieve your DATA1.1

 

you can do like 

if Text.Contains(Text.Upper([DATA]), "RIGHT ISSUE")
then "Right Issue"
else 

null

 

 

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors