Forum Discussion

jjustjjo's avatar
jjustjjo
Icon for Helper II rankHelper II
5 months ago
Solved

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