Forum Discussion
Anonymous
3 years agoNot applicable
How to change tooltip based on hover selection?
I have stacked-bar visual that uses 4 measures in it. When I hover over the individual bar item, it only displays the "first" item for the label. Is there any way I can write a DAX formula to change ...
- 3 years ago
Anonymous see attached, making your data unpivot makes things easy, no need to write multiple measures and you can always filter by any attribute/inventory type etc. Tweak the solution as you see fit.
parry2k
3 years agoSuper User
Anonymous I just saw the Excel file and to understand further (and the potential solution) can you describe the logic you are using in the measures or share the DAX expression for each measure you are using in the visual
Anonymous
3 years agoNot applicable
There's actually no logic in the stacked-bar chart. Those sections are just SUMs of the values from the source table; nothing fancy. I just can't figure out how to make the label change to "Healthy" when hovered over Healthy Qty, "Excess" when hovered over Excess Qty etc.