Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

How to create dynamic tooltips display for a bar chart

I would like to create a dynamic tooltips display (concate a string) for a bar chart when a selection is made.  Dax Formula:    Shift dynamic ToolTips = VAR sel = VALUES(CollectDetails[ShiftSele...
  • VijayP's avatar
    VijayP
    5 years ago

    Anonymous 

    ISFILTERED(The required Column on the Column Chart) and try it may work, else you can share sample data.