Forum Discussion
Waterfall chart filtered to only one breakdown put wrong category value
Hello,
i made a waterfall with a trick to get a starting value and the delta value on each breakdown.
it's working well with all or some breakdowns selected, but if i select only one, the starting value doesn't work as expected and return only the delta (and so the end value is wrong as well with 0)
I'll put a sample file and the code below, if anyone could help me.
Regards
Sample File
Code of the mesure :
2 Replies
- titus-senseiNew Member
I found out that the " , // else -> category BUDGET" and the " , // else -> category REAL" parts are completly ignored when there is only one breakdown value.
I tried putting an arbitrary "10" value in it and the result was the same on the third graph, the delta in the starting category and 0 in the end (first 2 graph had 10 in start and end).
is this because of the switch ? is there any other way to populate the values ?
Regards- titus-senseiNew Member
anyone ?