
Announcements
Hi, I need to filter top 10 from my table in app. How can I achieve this?
In this example: my gallery should show only till Name "JJ"
Hi @Anonymous,
The key function that you'll looking for is FirstN. This function returns the top x records from a data source.
https://docs.microsoft.com/en-us/powerapps/functions/function-first-last
You can call this in conjuction with the SortByColumns function to achieve what you're looking for.