Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have looked at having Variables shown in a KPI that does not change when filters are applied
avg ({1}A)
But I am wondering if you can have it be able to be changed by a single filter such as Year
Thank you
Sure, try this
Avg({1<Year = $::Year>} A)
or this
Avg({1<Year = p(Year)>} A)