Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Expression ot filter rows in a slice

I have a formula that works as long as the State column in a table(where the filter is being applied) has a single value. I have a use case where I do not wish to apply this filter if the State has no value i.e. a blank State should return all rows in the table without applying the filter. A second use case is if I have State with  say 2 values. How would the expression be written then? Thanks.

 

[STATE] = ANY(
SELECT(Member[State],
[Email] = USEREMAIL()
)
)

0 3 106
3 REPLIES 3
Top Labels in this Space