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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
mammifero
Frequent Visitor

date conversion from text

Good Morning to everyone from Italy

apologize for my bad English

 

i ask for a help or a suggestion.

at the end of every month i export from my datawarehouse to Excel two tables with sales information that i use to create reports for my CEO.

Now i'm starting to use PowerBI but and i'm a little bit in trouble with the concept of DATE 

 

i would like to create a calendar table but here's my problem:

the colum Year and Month are text formatted.

Immagine.jpg

how i can convert to date format ?

is possible ?

 

Thanks

 

 

2 ACCEPTED SOLUTIONS
Zubair_Muhammad
Community Champion
Community Champion

@mammifero

 

You can add a New Column for example

 

Column =
DATE ( VALUE ( [Year] ), VALUE ( [MonthNumber] ), 1 )

View solution in original post

Ashish_Mathur
Super User
Super User

Hi,

 

Write this calculated column formula

 

=1*("1/"&[MonthNumber]&"/"&[Year])

 

Format this column as Date.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

 

Write this calculated column formula

 

=1*("1/"&[MonthNumber]&"/"&[Year])

 

Format this column as Date.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

thanks to all of you for your kindly answers, both working.

 

last question, if i create a new table "Calendar" with the function "CALENDARAUTO ()" I obtain an error

message "the function is not able to find a base column DateTime in the model"

 

i dont understand well why i obtain this error

 

Regard from Italy

 

Matteo

Zubair_Muhammad
Community Champion
Community Champion

@mammifero

 

You can add a New Column for example

 

Column =
DATE ( VALUE ( [Year] ), VALUE ( [MonthNumber] ), 1 )

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.