Count related rows with condition

I'm not sure why, but this expression seems to return the count of all related rows when what I want is to return the count of all related rows where "White Bread" is the selected option in an enumlist field called "bread".

Count(
     Select(
        [Related Food Orders][Row ID],
        In("White Bread", [Related Food Orders][Bread])
      )
)

0 3 326
3 REPLIES 3
Top Labels in this Space