Announcements
FirstN(Sort(Filter('SP LIST','Total Tasks Completed',StartsWith('EmailAddress',Top10FilterTag)),SortOrder.Descending),10)
FirstN( Sort( Filter( 'SP List', StartsWith('EmailAddress',Top10FilterTag) ), 'Total Tasks Completed', SortOrder.Descending ), 10 )
With( { _Data: Filter( Sort( 'SP LIST', 'Total Tasks Completed', SortOrder.Descending ), StartsWith( 'EmailAddress', Top10FilterTag ) ) }, FirstN( _Data, 10 ) )
//First Attempt: Sort( Filter( 'SP List', StartsWith('EmailAddress',Top10FilterTag) ), 'Total Tasks Completed', SortOrder.Descending ) //If this doesn't work try this: Filter( 'SP List', StartsWith('EmailAddress',Top10FilterTag) ) //If this works try this: Sort( 'SP List', 'Total Tasks Completed', SortOrder.Descending )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 519 Most Valuable Professional
11manish 489
Haque 327