Does anyone know how to combine 2 Fx on a measure separated by a line break?
=CONCATENATEX(Table1,Table1[User Status],", ")
=CONCATENATEX('Table1','Table1'[Actions taken],", ")
I was hoping to have the result to look like this on a single cell:
User Status
Actions taken
=CONCATENATEX(Table1,Table1[User Status],", ")
=CONCATENATEX('Table1','Table1'[Actions taken],", ")
I was hoping to have the result to look like this on a single cell:
User Status
Actions taken