Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi
I want to create a Date column based on three existing columns in the same table, like below
Year | Month | Day | Date (to be created)
2020 | 01 | 05 | 05-01-2020
what is the M-code formula her 🙂
Thanks
Solved! Go to Solution.
Hi @_JHFischer
you can just add a custom column with:
#date([Year], [Month], [Day])
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs
Cheers
Hi @_JHFischer
you can just add a custom column with:
#date([Year], [Month], [Day])
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs
Cheers