Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Date from month column

Hi everyone,

 

I have a month column (January, February and so on) and a year column (2019, 2020 and 2021). I want to get a date column from they both. I recall once I saw a video where I could do something like  #date(2020,"January",1) and it returns 1/1/2020 as date. 

 

I do not remember the code but I hope you get what I am trying to achieve.

 

Thanks!!!

1 ACCEPTED SOLUTION
mahoneypat
Employee
Employee

You need to use this syntax -  #date(2020,1,1)

 

Or you can add a column with this expression (assumes Year is number column).

 

= Date.From([Month] & Text.From([Year]))

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

1 REPLY 1
mahoneypat
Employee
Employee

You need to use this syntax -  #date(2020,1,1)

 

Or you can add a column with this expression (assumes Year is number column).

 

= Date.From([Month] & Text.From([Year]))

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors