Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using a RangeSum to calculate the accumalative count of model key in an expression over Months as dimension
RangeSum(Above(Count({$<outage_type={0}>} distinct model_key), 0, RowNo()))
This expression shows me accumulative count of the model key over months in line chart . but when i am selecting the values of only a month in the chart it shows count of model key only associated with the given selection. and does not show me the same count as it was showing in the trend chart by selecting only year
in this example 17 was the no of model key for May as accumulative no but shows only 13 on double clicking the value in chart for month of May . I want same value even when selecting the month
Please refer the attached
Would you be able to share a sample?