Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Month to quarter

Hi  I am trying to add a column which will give me the quarter. Under the month column, I have January, February, March, April up to December.   I want to add a column which will give me which qu...
  • slorin's avatar
    3 years ago

    Hi, 

     

    each Date.QuarterOfYear(Date.FromText([Month],[Format = "MMMM", Culture="en-US"]))

     

    Stéphane