Forum Discussion

proudmama's avatar
proudmama
Regular Visitor
7 years ago
Solved

Create Date in custom column

Good Afternoon!

 

I created a custom column in DAX as such:  "7/1/" & sheet1[fyear].  The result is what I expected BUT when I change the data type to Date, there is an error thrown (cannot convert value '7/1/' of type Text to type Date). 

 

Can someone provide a solution or assist me in formatting or converting this column to date format?  

 

Thank you.