Display different value other instead of expression value in bar chart
Hi,
I have a bar chart and i have an expression which calculate sales amount. When i am hovering on the bar chart sale amount shows 20,
but i want the amount should display 30 when hover on it. Requirement is to use the logic in same expression . No additional expression is required. Only the hover value should change on bars.
EX: I have expresion- current hover value , bar scale everything should be same. but hover value should display expression2 value.
I tried using Text as Popup , but it is appearing at every bar.