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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
waleed111
Helper V
Helper V

YEAR and MONTH function

i write this formula:

Year A = YEAR('All Manufacturings (4)'[Added Time])
but when i try to covert it to date type it show wrong value, it show me 1900 for all value, what is the problem?
1 ACCEPTED SOLUTION

Hi, @waleed111 

I can reproduce your issue here.

79.png

78.png

I guess that you column "Year A" is of type "DATE".

As mentioned in this document ,function "Year"  returns the year of a date as a four digit integer in the range 1900-9999.

It is suggest to convert your column  "Year A" to type "text"  

 

Best Regards,
Community Support Team _ Eason

View solution in original post

6 REPLIES 6
amitchandak
Super User
Super User

@waleed111 , it may be because it is time or has data type as time.

 

Only time will have a year 1900

date4.PNG

 It is of type date.

@waleed111 , this is strange, Can you share sample  pbix after removing sensitive data.

 

Try this

Year A = format('[Added Time],"YYYY")

 

Hope you do not have another table. Try without a table name

Year A = YEAR('[Added Time])

 

 

when i use:

Year A = format('[Added Time],"YYYY")

it show me this error: cannot convert value to date.

Hi, @waleed111 

I can reproduce your issue here.

79.png

78.png

I guess that you column "Year A" is of type "DATE".

As mentioned in this document ,function "Year"  returns the year of a date as a four digit integer in the range 1900-9999.

It is suggest to convert your column  "Year A" to type "text"  

 

Best Regards,
Community Support Team _ Eason

FuadAliyev
Frequent Visitor

Hi @waleed111 can you show your AddedTime column data?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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