Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
in my object i have enabled Value, Total and Segment labels on. But still total label for the highest graph is not visible.
Refer screen. thanks.
HI
Try to increase the Y axis [maximum] value, it will helps
Thanks for the reply, Extending Y-axis will make Y-axis static. further if you apply filters - a small bar chart will be visible as the Y-axis is set to max.
Use Custom Range as @MayilVahanan suggested
You can have a calculated max value it doesn't need to be static
Min = 0
Max = Max( aggr( <YOUREXPRESSION>, YEARDimension ) ) * ( 115%)
thanks for your reply, this expression is actually making the Y-axis static. so when you apply filters, the bar chart(s) will appear as very tiny charts in graphs.
Then you just need to modify your expression to not be static! and respond to selections right!
actually this works fine with Desktop version. May be it is just with the enterprise edition which is being used here. thanks anyways.