!Contains(toString([CountDistinct_receiving_entity]), "1") and !contains([Allocation Condition],"X")
This formula is filtering out when CountDistinct_receiving_entity]),=1 AND when the Allocation Condition= X
I want it to have to meet both conditions to be filtered out.
Examples of data I want to stay in the dataset.
[CountDistinct_receiving_entity] = 1 and [Allocation Condition] = Y
[CountDistinct_receiving_entity] = 2 and [Allocation Condition] = X
[CountDistinct_receiving_entity] = 2 and [Allocation Condition] = Y