Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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, Completed). How do I do this? I've tried
The goal is to be able to say " were <Late|On Time|Completed> based on the segment hovered. I'm also planning on hiding a table of info if Late is not hovered.
Can this be done? Thanks in advance!
Solved! Go to Solution.
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.
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.
Hi @jjustjjo ,
I’ve found a way to determine the column segment. It’s more complicated than I’d thought, and I hope it works in your report too.
The solution is based on a calculation group:
Hope that works for you too.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 21 | |
| 20 | |
| 13 |
| User | Count |
|---|---|
| 59 | |
| 53 | |
| 40 | |
| 31 | |
| 26 |