Forum Discussion

NavaneethaRaju's avatar
4 years ago
Solved

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...
  • Jihwan_Kim's avatar
    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] ) )