Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
On one of my data sets, the date column won't change to date type. It comes in the format of "yyyymmdd 00:00:00.000". I tried to use column from examples to change it to mm/dd/yyyy so that it could be changed to date. The problem is that column from example only shows 100 rows, all of which happen to be in february. When I try to do column from examples, all of the new dates are in february, even when the month isn't.
Solved! Go to Solution.
@Anonymous Try splitting your column on the space and then take the first resulting column yyyymmdd and try changing it to date type.
@Anonymous Try splitting your column on the space and then take the first resulting column yyyymmdd and try changing it to date type.
That worked. I will accept as solution!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.