Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

TOPN

Hi, Im trying to get the top 25 customers But is shows the result of the total sales, not only top 25. this is how i wrote: Top 25 = VAR top = TOPN(25,ALL(TABELA_SUMMARISE[COSTUMER]), [Sales]) VAR res...