I want to create a custom column in Power Query that would have a formula to get the fiscal quarter based on the month column name in my data set.
Oct, Nov, Dec = Q1
Jan, Feb, Mar = Q2
Apr, May, Jun = Q3
Jul, Aug, Sep = Q4
As noted above, the month column in my data set only use the first...