Forum Discussion
jjustjjo
Helper II
5 months agoConditional Text in a TT page based on segment hovered in stacked column chart
I have a stacked column chart wih three measures on the Y axis: I have as tooltip page defined, but want to add conditional text based on which segement I'm hovering over (Late, On Time, Compl...
- 5 months ago
Hi jjustjjo
When you use separate measures in a visual, the tooltip page can’t tell which one is being hovered. Measures don’t have row context, so there’s no filter value to pass through. A common workaround is to create a disconnected table with a column of measure names, then reference that column in a conditional measure.
Please see the attached pbix.
danextian
Super User
5 months agoHi jjustjjo
When you use separate measures in a visual, the tooltip page can’t tell which one is being hovered. Measures don’t have row context, so there’s no filter value to pass through. A common workaround is to create a disconnected table with a column of measure names, then reference that column in a conditional measure.
Please see the attached pbix.