CountIf distinct values?

Hey,

CountIf expression & Count return different values whether some data is joined or not. => It's normal.

For Count it's easy to solve that problem, with "Count Distinct Values".

However, what's the solution for countIf ? Is there a way to countIf distinct values ?

1 Like

Hi @Alexandre
That’s very much related to this issue - which is asking for sum distinct values:
https://github.com/metabase/metabase/issues/14523 - upvote by clicking :+1: on the first post

Alright thanks @flamber. So for now, there is no solution except creating another question.