Identify Customers With the Most Overall Users
Here we’ll group our chart by customer then measure by unique users, enabling you to then sort and visualize the top users.
In this exercise, you will…
- Group by account
- Measure by unique users
- Sort users
- Save the lens
Group by Account
Now since we want to see who are our top customers, let’s group by Account. (Since we joined LMA data in this org we can use Account instead of just Subscriber Org Id to provide richer data).
- In the “Bars” section on the left, click the + to add a group
- And search for Account
- Select
LMA.Account__c.Name
Now the chart will show the rows data grouped by your subscribers (ie. Account)

Measure by the Number of Users
In the “Bar Length” section -
- Click on the “Count of Rows” (Note: click the name and not the downward facing arrow)
- Select “Unique” from the left hand side (last option)
- Search for
user_id_token

Sort Users
Click on the downward arrow beside “Unique of user_id_token” and select “Sort Descending”

Save the lens
Let’s save our work!
- Click the Save icon in the upper right
- Name this lens “Top Customers By Users”
- Save it to your app and click “Save”
