Forum Discussion
GunnerJ
Post Patron
6 years agoSimple Question - How to get dates to sum into one month?
I have a field called CLOSE_DT that shows the Year, Month and Day a service order was closed. I created a copy of that field and formatted it to only show the year and month so I could show multiple...
- 6 years ago
You may use the following calculated column.
Column = FORMAT ( 'Table'[CLOSE_DT], "MMMM yyyy" )
CoreyP
Solution Sage
6 years agoYou should create a date table in your data model.