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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
The yellow is the starting point but Power BI does not recognize this date format. I've then concatenated orange and green to get the red (New date). However, is returns error once column is changed to date.
any suggestion why this format is not accepted?
Solved! Go to Solution.
i saw you have year column , then change it to year
date(year, month, 1)
Proud to be a Super User!
Hi @Anonymous ,
You can clean the data in power query with following steps:
Sample:
Add Column from examples(Try writing a few more lines of sample data to make sure it's correct):
Change data type:
Visual:
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
pls try this
Column = date(left('Table'[year with dash],4),'Table'[Month],1)
Proud to be a Super User!
Thank you for your effort. However, I'm stille getting the error.
i saw you have year column , then change it to year
date(year, month, 1)
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.