Sorting in Filter

How can I Sort this Filter with an item MembersTable[Name] which has Data Source value set as:

=Filter(MembersTable,"(MembersTable[Membership Year]=$[Membership Year filter] OR $[Membership Year filter]="""")")

Normally you would have something like: =Filter(MembersTable,"ORDER BY MembersTable[Name] DESC")

How do I apply same ORDER BY In this Filter for Name item?

thanks

never mind. Found solution.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.