Hi,
I've been trying to use topn to get the Nth hightest, selling item, I've tried ;
EVALUATE
TOPN(4,VALUES( Table1[Item]) ,[totalUnits] )
and then thought to wrap this in a MINX to get the 4th top Item,,
MINX( TOPN(4,VALUES( Table1[Item]) ,[totalU] ), Table1[Item] )...