Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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.
Solved! Go to Solution.
you will need to use the Date function
you will need to use the Date function
Thank you! Perfect.