Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a measure which works perfectly fine in a KPI and gives correct output on user input.
However when i try to save the same output in table it gives me different results. Please see below example.
Formula = Rangemax(1, RangeMin( $(v1) + $(v2) + $(v3), 100)) = KPI value works fine.
v1, v2, v3 and v4 are variables calculated on user input.
Now I am saving the current selection in table , but when the use the same Formula it gives me different value than KPI.
Any Idea why ?
May be try this
RangeMax(1, RangeMin(RangeSum($(v1), $(v2), $(v3)), 100))
I have tried this gives me the same result.
Yes my variables has set analysis.
Is there any alternative way to store the value coming from KPI in a table so that the user can save it.
I tried creating another table in the same sheet by dimension , where the formula works correctly.
How exactly do you define v1, v2, v3?
v1 v2 and v3 are complex calculations coming from other variables getting calculated from user input values
okay... unless you are able to share a sample where this can be seen, it would be rather difficult to help.