Forum Discussion
Pete230
Helper III
3 years agoconcatenate 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])
Pete230
Helper III
3 years agoIt works, thanks for the easy fix!