The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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