Tableau: How to perform "Summarize totals except top 3"? -


i have data below name of person , total sales he/she made:

abc1    34 abc2    45 abc3    78 abc4    79 abc5    23 abc6    61 abc7    34 abc8    54 abc9    90 

i have display dashboard below, top 3 sales guys , overall total sales made rest of team rot 498 - (90 + 78 + 79) = 251 team:

abc9    90 abc4    79 abc3    78  rot    251  

for top sales made, gave filter sales person name, limit condition "top 3". struggling display roi in separate worksheet. appreciated.

  1. right click on dimension [sales guy] , choose create/set
  2. define set top n (either hard code or use parameter change easily) , call [topnsalesguy]
  3. create calculated field [topnsalesguysplusother] formular: if [topnsalesguy] [sales guy] else 'rot' end
  4. use [topnsalesguysplusother] in table/graph , should have top n sales guys name , everythign else 'rot

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -