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...
- Anonymous7 years ago
you will need to use the Date function
Anonymous
7 years agoNot applicable
you will need to use the Date function
proudmama
7 years agoRegular Visitor
Thank you! Perfect.