Forum Discussion
Can we prefix and postfix the text in dynamic chart title using a measure?
lbendlin Thanks for your contribution on this thread.
Hi Asmasm ,
Do you want to set a dynamic tile for the chart visual? If yes, you can refer the following links to get it.
Expression-based titles in Power BI Desktop - Power BI | Microsoft Learn
Chris Webb's BI Blog: Dynamic Chart Titles In Power BI
How To Create Dynamic Chart Titles In Power BI
Best Regards
Thanks 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?
- Anonymous2 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