Forum Discussion
lekkerbek
4 years agoHelper IV
Add date column in Power Query
Hi everybody, I have two columns in my table: ReportingYear ReportingPeriod Is is possible to add a custom column to combine the two to show an actual date? The day can be the first of the ...
- Anonymous4 years ago
Hi lekkerbek ,
Plese try the below:
- Add a custom column with value all 1 as Date.
- Then you can select all 3 columns and merge. Give separator as "-"
- Then change this Merged column to Date type.
Thank you!
In case it answered your question, please accept it as a solution.
Appreciate Your Kudos.
Anonymous
4 years agoNot applicable
Hi lekkerbek ,
Plese try the below:
- Add a custom column with value all 1 as Date.
- Then you can select all 3 columns and merge. Give separator as "-"
- Then change this Merged column to Date type.
Thank you!
In case it answered your question, please accept it as a solution.
Appreciate Your Kudos.
lekkerbek
4 years agoHelper IV
Why do I always overcomplicate things.
Thank you. You are a star!