Forum Discussion
Anonymous
6 years agoNot applicable
Distinctcount with Filters
Hello, in this example I'd like to distinctcount the Brand without the filter combination [Category] = NO and ([Day Segment] = Weekday and [Day Segment] = Weekend). Here Brand A, E and G ...
tex628
6 years agoCommunity Champion
The filter statement in the end looks incorrect!
Change it to,
Filter(Table, OR(AND([Category] = "NO" , [Day Segment] = "Weekend") , AND([Category] = "NO" , [Day Segment] = "Working Day")))
Br,
J