Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi there,
I am trying to create a new column in DAX which looks exactly the same as an existing column but has a certain date value removed. I want the date "12/31/2154 12:00:00 AM" removed in the new column. Anyone know what kind of DAX expression I need to fill in to make this happen?
Thanks!
Solved! Go to Solution.
@Anonymous ,
if([Date]<> date(2154,12,31) , [Date], blank())
This did the trick! Thanks!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 11 | |
| 10 |