Forum Discussion
devgian
3 years agoFrequent Visitor
FORMAT created column to MMM
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 di...
- 3 years ago
Got it.
Month = FORMAT(DATEVALUE(tbl[created]), "MMM") //DATEVALUE SOLVES IT
devgian
3 years agoFrequent Visitor
Got it.
Month = FORMAT(DATEVALUE(tbl[created]), "MMM")
//DATEVALUE SOLVES IT