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 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.
- Anonymous3 years agoNot applicable
parry2k this is what I was looking for! Thank you for the thoughts & ideas