Forum Discussion

Pete230's avatar
Pete230
Helper III
3 years ago
Solved

concatenate strings

Hi there,   I struggeling since a few days with the following: I would like to concatenate a fixed word "Hello" and a string e.g. the column maindata[Prognosis] chosen by a slicer. Depding on t...
  • Greg_Deckler's avatar
    3 years ago

    Pete230 Try:

    Measure = "Hello" & SELECTEDVALUE('maindata'[Prognosis])