Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to make a new column using the set expression for Highest Category sold by each employee to show up.
This is what I have so far on the table.
Since you haven't shared a sample data set, I will assume and suggest accordingly. Try something like:
FirstSortedValue(Category ,-Aggr(Sum(Sales), Category, EmployeeID))
I've shared a copy of the screenshot from my Table.
I'm trying to get the highest selling Category for each employee that is listed in the table. Using the Set Analysis expression.