Forum Discussion
tamim
6 years agoFrequent Visitor
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?