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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Anonymous
Not applicable

Year imported as Text but Date change is also incorrect

I have a perplexing issue.

My data is being imported from an Excel sheet. Power Query automatically changes this to text or a whole number (picture below is of text)

veronica_zappp_0-1668806392948.png

 

However, if I manually change the data type to Date, it is also incorrect:

veronica_zappp_1-1668806441824.png

I would really just like this to be a Year, formatted as a date. I could even handle 2005-06-15 (middle of the year). I should add that I cannot replace all the years as they are many... so would prefer not to. But right now this is not working for some of the visualizations I'm working with.

 

Any advice?

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

You can open Power Query Editor and add a custom column with below code to get a date column with [Year]. This uses Power Query M function #date. You can change the month and day numbers per your need.

#date(Number.From([Year]), 6, 15)

vjingzhang_0-1669022422063.png

 

Then change this new column to Date type. 

vjingzhang_1-1669022715705.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

 

View solution in original post

4 REPLIES 4
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

You can open Power Query Editor and add a custom column with below code to get a date column with [Year]. This uses Power Query M function #date. You can change the month and day numbers per your need.

#date(Number.From([Year]), 6, 15)

vjingzhang_0-1669022422063.png

 

Then change this new column to Date type. 

vjingzhang_1-1669022715705.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

 

Anonymous
Not applicable

Thank you!!! This worked for me 🙂 . I've been learning DAX but haven't crossed into the M frontier yet... many thanks again.

ChrisMendoza
Resident Rockstar
Resident Rockstar

@Anonymous - 'Year' by itself is not a date though. It is a whole number. Possibly you need to remove summarization 'sum' from the column in 'Column Tools > Properties' ribbon when you have the field selected?






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



Anonymous
Not applicable

Thanks, Chris. I had tried this earlier (I should have written that in my initial post) but it did not resolve the issue for me.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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