Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
Solved! Go to Solution.
@Pete230 Try:
Measure = "Hello" & SELECTEDVALUE('maindata'[Prognosis])
It works, thanks for the easy fix!
@Pete230 Try:
Measure = "Hello" & SELECTEDVALUE('maindata'[Prognosis])