I'm trying to add a sort to this syntax on the Item property of a gallery.
Current Syntax on Item
Filter(
'Org Chart',
'Reporting Manager' = Gallery3_1.Selected.Employee
I'm trying to add a sort based off of a column titled "Status" in descending order but it is not taking. Not sure what i'm doing wrong here. See below.
SortByColumns(Filter('Org Chart','Reporting Manager' = Gallery3_1.Selected.Employee)), "Status", descending)