Here is a simple example to explain my query.
Created 3 filters.
1.Date filter of AlternateState as default
2. Project selection filter of Alternate state as inherited.
3. Tools selection filter of Alternate state as State1(customised filter)
Now I have a kpi chart
Measure: count(distinct TicketId).
How do i incorporate all 3 filter selection in KPI chart expression??
Is there any other way to solve this???
If your inherited state is taken from the default then you can add this to your expression:
count({State1 * $}distinct TicketId)