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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
BILearnerToday
Frequent Visitor

How filter certain date and replace it with blank on row/cell

Hi Everyone,

Kindly advise, I have a date column that brings one default date which is (02/12/1940 with blank) and I want to replace it with a blank column for example.

 

Date                           New Date Column

02/12/1940         

04/12/1990                 04/12/1990 

Basically, the new date column is now blank on the row in which we have the default date which needs replacing with blank. 

1 ACCEPTED SOLUTION
Samarth_18
Community Champion
Community Champion

Hi @BILearnerToday ,

 

You could try to create a column as below:-

Column = IF([Date] = DATE(1940,02,12),BLANK(),[Date])

Output:-

Samarth_18_0-1649946996421.png

 

Thanks,

Samarth

 

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

View solution in original post

1 REPLY 1
Samarth_18
Community Champion
Community Champion

Hi @BILearnerToday ,

 

You could try to create a column as below:-

Column = IF([Date] = DATE(1940,02,12),BLANK(),[Date])

Output:-

Samarth_18_0-1649946996421.png

 

Thanks,

Samarth

 

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

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.