Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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.
Solved! Go to Solution.
Hi @BILearnerToday ,
You could try to create a column as below:-
Column = IF([Date] = DATE(1940,02,12),BLANK(),[Date])
Output:-
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
Hi @BILearnerToday ,
You could try to create a column as below:-
Column = IF([Date] = DATE(1940,02,12),BLANK(),[Date])
Output:-
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
78 | |
59 | |
35 | |
33 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |