Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic Title for Column Chart
Hi,
Request your guidance for resolving below requirement.
I would like to add a dynamic title to my column chart based on the slicer selection ( multiple choice option is on ).
My co...
- 4 years ago
Anonymous you can add a measure and use concatenate to build the title
My Title = CONCATENATEX ( VALUES ( SlicerTable[SlicerColumn] ), SlicerTable[SlicerColumn], "," )✨ Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
parry2k
4 years agoSuper User
Anonymous you can add a measure and use concatenate to build the title
My Title =
CONCATENATEX ( VALUES ( SlicerTable[SlicerColumn] ), SlicerTable[SlicerColumn], "," )
✨ Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
Anonymous
4 years agoNot applicable
Hi parry2k,
Thank you very much for your super quick response, it worked
thanks again and subscribed to your youtube channel
regards,
dsmitha