Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Experts
I want to create a new column in Power Query to represent date. Column C_Year give Year as Number and Column C_Month give Month Jan as a text - How could i create new column to give me 01/01/2020 or 01/Jan/2021 based on the above two column.
Solved! Go to Solution.
@Anonymous
It is simple, in your power query window you select both year and month columns and right click to select option add column from example. Then in the below window, you type the value in the format you want. Power query will automatically pick or create new column values basis your input.
Once you have data in column, you can then change the format to date type. Let me know if it works for you.
Proud to be a Super User!
@Anonymous
It is simple, in your power query window you select both year and month columns and right click to select option add column from example. Then in the below window, you type the value in the format you want. Power query will automatically pick or create new column values basis your input.
Once you have data in column, you can then change the format to date type. Let me know if it works for you.
Proud to be a Super User!
Hi negioo7
Excellent thanks for the easy tip