Forum Discussion
Pete230
3 years agoHelper III
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...
- 3 years ago
Pete230 Try:
Measure = "Hello" & SELECTEDVALUE('maindata'[Prognosis])
Greg_Deckler
3 years agoCommunity Champion
Pete230 Try:
Measure = "Hello" & SELECTEDVALUE('maindata'[Prognosis])