Forum Discussion
Anonymous
3 years agoNot applicable
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...
- 3 years ago
Hi,
each Date.QuarterOfYear(Date.FromText([Month],[Format = "MMMM", Culture="en-US"]))
Stéphane
Anonymous
3 years agoNot applicable
Thank you so much!