Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi all,
I'm running into some trouble because our database stores our fiscal year data in text format (i.e. FY16, FY17, etc.) and I need to create a calculated column to help me switch the text to an actual date (i.e. 2016, 2017).
Any suggestions?
Solved! Go to Solution.
Hi, In Query Editor..yo can
1. Add a Column - And Extract - Text After Delimeter --FY This obtain 16 , 17 ,etc
2. a new column = 2000+ ThePreviousColumnCreated,
Regards
Victor
Hi, @aschlafer
You could use this formula to create a calculate column
Column = 2000+RIGHT([fiscal year],2)
Result:
Best Regards,
Lin
Hi, In Query Editor..yo can
1. Add a Column - And Extract - Text After Delimeter --FY This obtain 16 , 17 ,etc
2. a new column = 2000+ ThePreviousColumnCreated,
Regards
Victor
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
85 | |
83 | |
74 | |
49 |
User | Count |
---|---|
142 | |
139 | |
110 | |
69 | |
55 |