Exclude e certain value from a Reference Dropdown

Hello,

I have a Category Table and a Projects Table.
The Projects table has a column named Project Category, which references the Category Table.
There are three rows in the Category Table and so in the Form of a project, the Project Category Dropdown displays these three values.
How can I make this dropdown display only two of these values? without erasing the row from the Category Table itself.

I tried putting this in the Valid if of the Projects Category column but it doesnโ€™t workโ€ฆ:
[Project Category]<>โ€œValueNotWantedโ€

Thank you,
Sorin

Solved Solved
0 4 836
1 ACCEPTED SOLUTION

@sorin_mihai
Valid_if

SELECT(Projects[Key], NOT([Project Category]=โ€œValueNotWantedโ€))

View solution in original post

4 REPLIES 4
Top Labels in this Space