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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I can't seem to covert my data: text type format to date type format.
Please check images for error and any correction.original data
1st : trying to change the format after dropdown format option didn't work
result from 1st try
2nd try
result from 2nd try
3rd try
result from 3rd try
Solved! Go to Solution.
Your modelling language is probably English USA, since there the date format is MM/DD/YYYY it results in error, because there is no month 31.
If you go to Using Local Option you can choose European standard DD/MM/YYYY then it functions well.
Or under File-Options-Options and Properties-Regional Properties you can adjust the model language to reflect the language of your data.
Your modelling language is probably English USA, since there the date format is MM/DD/YYYY it results in error, because there is no month 31.
If you go to Using Local Option you can choose European standard DD/MM/YYYY then it functions well.
Or under File-Options-Options and Properties-Regional Properties you can adjust the model language to reflect the language of your data.