Forum Discussion
cham
6 years agoPost Patron
TOP N not working
Hi, I want to get the TOP 5 driver numbers according to the amount. I tried it as below but its not working. Can anyone help me to do this?
- 6 years ago
Hello cham
I believe I did find a way to solve this. I had to add a drivers table to use as a anchor for the rankings.
The udpated file is attached.
cham
6 years agoPost Patron
Hi jdbuchanan71
Cant we put rank the drivers based on [N]?
Also if I add the coutry into it numbers are getting increase. Why is that?
jdbuchanan71
6 years agoSuper User
You can apply a filter to a visual of TopN based on a measure. For ranking you want to do it in BottomN so it will go from lowets (1, which is the best rank) up.
Not sure what you mean about country, can you share your data including the country and show the problem and expected result?