Question:
I have a string formatted date field which says “FY23Q1”, now assuming the fiscal year starts in October and ends in September, I want to recode the string into 10/01/2022. ie the first date of the monthINPUT Expected output: FY23Q1 10/01/2022 FY23Q2 01/01/2023 FY23Q3 04/01/2023
Answer:
Add a new custom column in PQ and paste in the following code. Make sure [Column1] refers to your column with FY23Q1 date in it.
If you have better answer, please add a comment about this, thank you!