Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a pareto chart in my application (see attached). Some of the dimension values are Null. When I suppress NUll values I don't see the 100% on the Cumulative Line chart. But I show Null values then I can see the cumulative % values until 100%. How do I show 20 - 100% all values and not count Null dimension values for the chart?
What is your expression for Cumulative %? and what is your dimension name in the chart?
Cumulative % Expression:
RangeSum(Above(Sum([Quantity Affected]), 0, RowNo())) / Sum(total [Quantity Affected])
Failure Detail is the dimension name
Try this
RangeSum(Above(Sum([Quantity Affected]), 0, RowNo())) / Sum(TOTAL {<[Failure Detail] *= {"*"}>}[Quantity Affected])
Not working. That shoots up the total % to more than 100 and I still see the Null dimension values
Suppress the null dimension now...sorry, I should have told that....
That worked Sunny. Thank you very much !! I might have another question for you soon.
Sure thing.
Sunny - One small issue - the total cumulative % against the last bar shows 100.85%. Why would that be?
Also some of the bars don't show any value when in fact there are values. Please take a look at the screenshot