Forum Discussion
kalpana
8 years agoHelper I
Top 3
Numbers - no of tickets resolved
I want top 3 perfomers in this format. Is this possible?
6 Replies
- DAX0110Resolver V
Yes it's possible.
Use the Query Editor to:
1. unpivot the "top N" columns
2. split the "name, count" column into two columns
3. then you can calculate overall top 3 using the "count" column