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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Jay2077
Helper III
Helper III

How to remove text from a date column DAX

I have a table called master and a column called expiry date which contains dates but also text like 'rolling' I want to create a new column which excludes this text and only includes the date values. 

 

Any help greatly appreciated 

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Jay2077 

You can replace "rolling" with null in Power Query and set Data Type as Date. It is the best way to do it.

Using DAX, you can use  RIGHT, MID or LEFT to achieve this , you need to share sample data to understand the format of the data. 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@Jay2077 
Can you share a screenshot? In he date column with text, are the texts always at the same position?

 

For example:
rolling2021.1.1
rolling2021.1.2

 

 

Paul Zheng _ Community Support Team

Fowmy
Super User
Super User

@Jay2077 

You can replace "rolling" with null in Power Query and set Data Type as Date. It is the best way to do it.

Using DAX, you can use  RIGHT, MID or LEFT to achieve this , you need to share sample data to understand the format of the data. 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors