Forum Discussion
Anonymous
4 years agoNot applicable
Stacked Bar Chart Tooltips
Hi All, I have a stacked bar chart where i've brought in 3 measures: 1. Measure 1 calculates total sales for the selected financial year (based on slicer selection) 2. Measure 2 calculates t...
lbendlin
4 years agoSuper User
Stacked Bar charts support custom tooltip pages. Using report tooltip pages in Power BI - Power BI | Microsoft Docs
Anonymous
4 years agoNot applicable
Thanks for that.
I think the issue i'm facing is mostly around how my measures have been formed. Instead of using date column to break up the stacks, i've used measures that return previous year and previous year - 1 based on slicer selection. As a result, when i hover over the stacks, it doesn't tell me which year i'm hovering over.
I'm assuming i need a switch statement but i can't seem to make it work.