How can I get multiple "Number" displays? One per returned row

I hope the attached screenshot shows exactly what I want. But to clarify, I have a SQL statement which returns rows like this:

Count     |    label
6713      |    "Thing A"
2314      |    "Thing B"
548       |    "Thing C"

I want to display a big old number with the label for each one.

Hi @sean256
Currently not, you’re likely looking for something like this:
https://github.com/metabase/metabase/issues/4392 - upvote by clicking :+1: on the first post
A workaround is to concat the label and value into a single column