How to add aggregate function (COUNT (), COUNT DISTINCT ()) in filter

I have created a calculated field which will give COUNT () values. When i try to add that in filter, it is saying '

Aggregations are not supported in filters.' . But i want to filter data based on this value. 

Comments

  • You'll need to create your count ahead of time in an ETL or Data Transform and then add the result back to your original dataset as a new column. This you can then use to filter. 

     

    Card level filters don't allow you to use things like Count, Max, Min, Sum in their calcuations. 

     

    Hope that helps,

    Valiant

     

    **Please mark "Accept as Solution" if this post solves your problem
    **Say "Thanks" by clicking the "heart" in the post that helped you.