Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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