Can I Add Manual Entry?

Is It Possible to Add New Entry (Other than Listed from Select Option) if I am Using SELECT Formula in Valid_If

Solved Solved
0 5 505
1 ACCEPTED SOLUTION

If the option โ€œAuto-complete other valuesโ€ is ON, it will read your existing values from this column and show them in your dropdown. If you set that option as OFF, it will not show those values.

View solution in original post

5 REPLIES 5

Instead of using SELECT formula in Valid_If, you could use it with the Suggested_Values. Though if you are using Enum or EnumList, you can set the option โ€œAllow other valuesโ€ as ON.

I tried your Suggestion but it is Showing All Entries of That Column
I only want limited Entries that Match
Eg.
SELECT(Sales[Bag Roll Size], ([_THISROW].[Job Name]=[Lisence Ptg.]))

If the option โ€œAuto-complete other valuesโ€ is ON, it will read your existing values from this column and show them in your dropdown. If you set that option as OFF, it will not show those values.

Thanks
it Worked

Youโ€™re welcome

Top Labels in this Space