Forum Discussion
RielLife
8 years agoFrequent Visitor
How to Filter table based on Max value of column
Hi experts, I need help with something Im trying to figure out all day... I have a table as shown in the image below: I have multiple "medewerkers" as show in the first column, which have a...
RielLife
8 years agoFrequent Visitor
Hi v-danhe-msft,
Thanks. It comes closes but is not yet what I am looking for. Now it shows in the table only the row of the employee with the highest "volgnummer"... IT now needs to show the highest value by employee.
Thus now I have this:
test = CALCULATETABLE(ProfitDirectIndirect;FILTER('ProfitDirectIndirect';'ProfitDirectIndirect'[Column1.Volgnummer]=MAXX('ProfitDirectIndirect';'ProfitDirectIndirect'[Column1.Volgnummer])))
^ but I need an additional filter in the formula to do the max lookup on employee level (column name = employee).
Hope this is possiblee...
Best regards and thanks so much in advance,
RielLife
v-danhe-msft
Microsoft Employee
8 years agoHi RielLife,
I could not understand the sentence "an additional filter in the formula to do the max lookup on employee level (column name = employee)", could you please post me your desired result if possible?
Regards,
Daniel He