Order dropdown menu

Good evening,
How could I alphabetize a dropdown from suggested values ​​where I already have a select expression?

Solved Solved
0 2 249
1 ACCEPTED SOLUTION

Thank you so much,
Finally I got it
Dropdown depended menu with alfabetic order.

View solution in original post

2 REPLIES 2

SORT(
	SELECT(
		Table Name[Column Name],
		TRUE
	)
)

or

SORT(
	LIST(
		...
	)
)

Thank you so much,
Finally I got it
Dropdown depended menu with alfabetic order.

Top Labels in this Space