Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does anyone have a way to force the waterfall chart from the Sept 2017 release to show all values in the chart? See below. The chart shows different groups of values depending on how I resize it...There doesn't appear to be a rhyme or reason other than the values are all small relative to the totals.
This chart is useless if it won't properly and reliably display the data...
Any help would be much appreciated!
try restricting the scale of the graph
try restricting the scale of the graph
Thanks Giovanne, I had tried that originally with hard-coded min/max, and it didn't work.
Your suggestion reminded me of this option and I tried a dynamic min/max and it worked!
I ended up using sum(Measure)*.8 as the min and sum(measure)*1.2 as the max. Thanks for the memory-jog!