Forum Discussion

GunnerJ's avatar
GunnerJ
Icon for Post Patron rankPost Patron
6 years ago
Solved

Simple 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...
  • v-chuncz-msft's avatar
    6 years ago

    GunnerJ 

     

    You may use the following calculated column.

    Column =
    FORMAT ( 'Table'[CLOSE_DT], "MMMM yyyy" )