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.
I am having an issue converting a column from excel full of dates for a date format. For some reason it is able to convert some of the cells to dates (cells in italics), while others give an error when converting to a date (cells not in italics). This issue is happening to some cells which have the exact same value - see 24/05/2022 cells in the attached image.
Is there a reason why it cannot convert to a date when they are clearly dates?
Thank you!
@ , if you system date format is US and you are using Uk format date it might give and issue
You can create a new column too
date(( right(DD__MM__YY[date],4)), (mid(DD__MM__YY[date],4,2)) ,(left(DD__MM__YY[date],2)))
User | Count |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
203 | |
82 | |
65 | |
48 | |
38 |