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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Convert date to String

Hey everyone!

 

I am trying to create a column with just the month and the year of a date, so later on I can group the data as I want.

 

I am using the following line: 

= Table.AddColumn(Source, "MonthInCalendar", each Date.ToText([Created], "MMM yyyy"))

 

But it gives me the following error:

Expression.Error: We cannot convert the value #datetime(2019, 3, 11, 13, 35, 30) to type Date.
Details:
Value=11/03/2019 13:35:30
Type=[Type]

 

It is weird because I have been abe to use this before in similar cases without any errors. Is there something I should change in that line for this particular case?

 

Thanks in advance!

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

Instead of Date.ToText try DateTime.ToText

View solution in original post

1 REPLY 1
johnt75
Super User
Super User

Instead of Date.ToText try DateTime.ToText

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.