Forum Discussion
Asmasm
Helper I
2 years agoCan we prefix and postfix the text in dynamic chart title using a measure?
Can we prefix and postfix the text in dynamic chart title using a measure? I need to use a dynamic text which can change in database. We use the word "Event" some users use meeting or Traning ...
Asmasm
Helper I
2 years agoThanks for reply. I did this but the issue is that i need to prefix and postfix text there.
i have many chart and i'm using "client" term there now im using a seperate measure for each chart title. Is there any way to prefix and postfix text in condtional formatting or any other work around?
Anonymous
2 years agoNot applicable
Hi Asmasm ,
Could you provide clarity on the conditions necessitating the addition of these prefix or postfix text? It is better if you can give a specific example to explain your requirement. Thank you.
In addition, please create a measure as below and check if it can get your expected result...
Dynamic Title = "Prefix Text " & SELECTEDVALUE('Table'[Client], "Default text") & " Postfix Text"
Best Regards