dynamic labels in waterfall chart using FirstSortedValue
Hi there!
sooo.... I'm trying to make a waterfall chart...
the pretty thing about this waterfall chart is that the expressions correspond each to the contribution of several brands between previous year and this year real values. Meaning that, the big bars, are the total volume sold in the interval, for all the brands.
as you may have seen, brands are organized DESC by the delta of the sales. I achieved this via
I use FirstSortedValue, to get the Brand which corresponds to the position the expression is supposed to be evaluating, and for the sort weight I used the same formula as in the expression. here I increase the FirstSortedValue(X, 1) for each label... so I think my idea is quite right
yet... time for the question:
the labels seem to work fine, but there is some unstability around 0..... I don't have a clue about why some of the brands are being hidden...
just checked and some of the labels are malfunctioning... the brands are not appearing where their number is....