I am having this problem where I want to count how many boxes are unchecked on my table per month.
the formula I tried was: [Report Gabriel].Filter([Report Gabriel].Month = MonthName(Today())).Presence.CountIf(CurrentValue = false)
but the value I got was always 0, I don’t know what happens, I wanted 2, since that’s how many unchecked boxes there are