Forum Discussion

tamim's avatar
tamim
Frequent Visitor
6 years ago

CONCATENATEX multiple value in on row.

Hello,

I tried this DAX code, but I am getting the following result.

matchKey1 = CONCATENATEX('Trips',if( SEARCH(FIRSTNONBLANK('Trips'[end_add],1),'near_stations'[Match_Add],,0) <> 0, 'Trips'[end_add],"" ))

 

 

 

any idea?