How to filter my dropdown list?

Hi all,
Can we remove the rows that already exist from my dropdown list ?

AbdullaNsour_0-1706800833739.png

thank you 

Solved Solved
0 2 66
1 ACCEPTED SOLUTION

From column [Jotform] go to valid If and use this formula

Select( Table_Name[Jotform], [Column_Status]<>"Exist" )

Change | "Table_Name"  to name of your table

Change |  [Column_Status] to name of your Column

View solution in original post

2 REPLIES 2

From column [Jotform] go to valid If and use this formula

Select( Table_Name[Jotform], [Column_Status]<>"Exist" )

Change | "Table_Name"  to name of your table

Change |  [Column_Status] to name of your Column

Hi, 

in your field Payment.Jot_form, you must use an auto compute/suggested value formula.

and u must have a formula like

select(Payment[Jotform], not(in([Jotform, select(Profit[Jotform]))))

Top Labels in this Space