Hello,
I created a filter that is used in all the visuals using the following caluclated parameter:
distinctCountOver(ifelse(status='A',{column2},NULL),[column1],PRE_FILTER)
the filter remove from the analysis all the data where the count for column1 (taking into account the column 2 value) are lower than 8.
so in this way all the data is affected by the filter on the calcualted parameterand and everything works fine.
However, I have a filter in the analysis which is based in column1 (the agg column in the calculated filed). In this filter all the different values are showed (also the one with a count lower than 8)
Is there a way to avoid that?
it can be misleading for the user of the dashboard…
thank you