Hi,
you may need to specify some threshold for minimum number of items to qualify for a team to be included in the chart.
You can be also consider use of Bayes estimator. Some inspiration can be found in
https://en.wikipedia.org/wiki/Bayes_estimator, which describes some practical example used by IMDB for top movie ranking. In simpler terms, the fewer ratings/votes cast for a film, the more that filmâs Weighted Rating will skew towards the average across all films. I think similar formula can be expressed in MAQL.
Scatter plot visualization will let you compare teams and identify best performing teams in top-right quadrant which will show teams with top rankings as well as high number of items. Teams with insufficient number of items or low performing teams will be in other quadrants.
A combo chart with dual axis will let you display two metrics too and do comparison.