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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Split text in calculated column

Hi All, Need some urgent help , I need to split text in calculated column as below please note it is a claculated column so please do not suggest any power quesry tricks it wont work it has to do with right function but not sure:

 

21/01/2022 Resource

01/04/2021 Planning

14/04/2021 Implementation

 

Final result to look like :

Resource

Planning

Implementation

Thanks

1 ACCEPTED SOLUTION

@Anonymous , Check this

Column = RIGHT([Column1],LEN([Column1]) -SEARCH(" ",[Column1],,0))

 

amitchandak_0-1643378152156.png

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Thank you So Much

amitchandak
Super User
Super User

@Anonymous , Try a new column in DAX like

 

Right([COlumn], len([Column]) - search(" ", [Column],,0))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi Amit it is throwing error search has the wrong data type or invalid value

@Anonymous , Check this

Column = RIGHT([Column1],LEN([Column1]) -SEARCH(" ",[Column1],,0))

 

amitchandak_0-1643378152156.png

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.