Forum Discussion
NavaneethaRaju
4 years agoHelper IV
Concatenate two columns using Calculated Measure
Hi, I have a doubt, regards concatenation. I have to concatenate two columns only using calculated measure, not calculated column. I dont want to create physical calculated column. is we have an...
- 4 years ago
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
Expected result: =SELECTEDVALUE ( Data[Customer] ) & " / "& SELECTEDVALUE ( ( Data[Name] ) )
Jihwan_Kim
4 years agoSuper User
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
Expected result: =
SELECTEDVALUE ( Data[Customer] ) & " / "
& SELECTEDVALUE ( ( Data[Name] ) )