Hi,
I've been trying to use topn to get the Nth hightest, selling item, I've tried ;
and then thought to wrap this in a MINX to get the 4th top Item,,
This does not work, it gives the Min of the items, based on alphabet, So essentially I was trying to get a virtual table of the top 4 values based on Units, and then return the min ie 4th, Item from the ranked Units .
Richard.
I've been trying to use topn to get the Nth hightest, selling item, I've tried ;
Excel Formula:
EVALUATE
TOPN(4,VALUES( Table1[Item]) ,[totalUnits] )
and then thought to wrap this in a MINX to get the 4th top Item,,
Excel Formula:
MINX( TOPN(4,VALUES( Table1[Item]) ,[totalU] ), Table1[Item] )
This does not work, it gives the Min of the items, based on alphabet, So essentially I was trying to get a virtual table of the top 4 values based on Units, and then return the min ie 4th, Item from the ranked Units .
Richard.