Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • parry2k's avatar
    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!