The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Community
I'm trying to change the date format for the 2nd column but it shows "Error"
The information is coming from the database
Please help me understand why and the way forward
Thank you
Solved! Go to Solution.
First use the below formula to extract date in a custom column and then convert the new column to date
= Date.From(Text.Start([DateField],10))
Replace DateField with your column name
First use the below formula to extract date in a custom column and then convert the new column to date
= Date.From(Text.Start([DateField],10))
Replace DateField with your column name