cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
ndris
Helper I
Helper I

concatenate string and year

Hi, 

Please i need your help , 

I want to create a new column with this statement : 

NewVintage =
Var test= CONCATENATE("<",VALUE(YEAR(TODAY()) - 4)) // <2019
 
return IF( Investee[LegalVintage] < YEAR(TODAY())- 4
, test
 
, Investee[LegalVintage]
)
 
But i have the following error :
ndris_0-1675868189869.png

can you help me please ? 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ndris , I think data type issue

 

trye like

 

NewVintage =
Var test= CONCATENATE("<",VALUE(YEAR(TODAY()) - 4)) // <2019

return IF( Investee[LegalVintage] < YEAR(TODAY())- 4
, test

, Investee[LegalVintage] & ""
)

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@ndris , I think data type issue

 

trye like

 

NewVintage =
Var test= CONCATENATE("<",VALUE(YEAR(TODAY()) - 4)) // <2019

return IF( Investee[LegalVintage] < YEAR(TODAY())- 4
, test

, Investee[LegalVintage] & ""
)

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors