Forum Discussion
Lab 1: Exercise 2 for DAT207X edX Course
- 8 years ago
Hi paulphe,
In this scenario, an alternative solution is to change the locale (the date and number formats) before importing the data. :smileyhappy:
- Go to File > Options and settings > Options.
- Under Current file, select Regional Settings.
-
In the Locale box, select a proper locale.
-
Select OK.
Regards
- 8 years ago
Hi again...
Probably the problem appears after creating the new date column.
After splitting the date column (wrong date column) by the delimiter "/", you get 3 columns (day, month and year) but the default data type is whole number, then whenever you try to concatenate again these columns, a error message appears. It's because before creating a new column you need to convert these 3 columns from whole number to Text.
If the previous advice is not your case, try the next pbix file
Hi paulphe
Yes, you're right, the problem is the structure of the date, it must be "dd/mm/yyyy" instead "mm/dd/yyyy" (needs to be changed). Don't worry the excercise is been correctly solved.
Great thanks for the confirmation.