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.
Hello Everyone,
I have a created column
4/17/2023 4:19:06 AM
I created another column and i want this column created to be a month and i used
Month = FORMAT(tbl[created], "MMM") but it did not change.
Am i doing it incorrectly?
Thanks in advance for your help
Solved! Go to Solution.
Got it.
Month = FORMAT(DATEVALUE(tbl[created]), "MMM")
//DATEVALUE SOLVES IT
Got it.
Month = FORMAT(DATEVALUE(tbl[created]), "MMM")
//DATEVALUE SOLVES IT