Forum Discussion
proudmama
7 years agoRegular Visitor
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.
- Anonymous7 years ago
you will need to use the Date function
2 Replies
- AnonymousNot applicable
you will need to use the Date function
- proudmamaRegular Visitor
Thank you! Perfect.