KPI filter action

Hey guys, probably you deal with this before ?

I have a KPI, that just count a measure (I have a filter to show just when the field is not null)
image

I want to create an action filter, when I click the KPI filter a grid, but dont allow me to map with the measure


If I add the same measure in the trend group

Now allow me to use the action filter but the value from the KPI changed :
image
image

The question is how to add the action filter without change the KPI value ?

Hi,

I don’t believe this is possible yet. I can mark it as a feature request.

Hi, I finally create a calculated field :

ifelse( isNotNull({FieldX}),1,0)

Then use it in the KPI Trend Group and now is allowed to use the KPI to Cross Filtering