Skip to content
Start free trial

Dashboard Metric Tiles

A metric tile puts one business number on your dashboard at headline size: total monthly revenue, the average value of a membership, the share of customers who are still active. You choose which records it reads, what it measures, which field it works on and which period it covers. HARi keeps it up to date on its own.

Two metric tiles side by side on a dashboard: "Monthly recurring revenue" reading HK$14.4K with the caption "active memberships", and "Members active" reading 66.7% with the caption "of all memberships"

Seeing that number early matters more for a small business than for a large one. The JPMorgan Chase Institute studied 597,000 small businesses and reported that “the median small business holds 27 cash buffer days in reserve” (Cash is King: Flows, Balances, and Buffer Days, JPMorgan Chase Institute). With under a month of runway, a revenue figure you have to export and add up by hand is a figure you check monthly. One sitting on your dashboard is a figure you check every morning.

One dropdown, seven answers. Measure decides what the tile does with the records it reads.

MeasureThe question it answersExample
Count of recordsHow many are there?How many memberships
SumWhat do they add up to?Total monthly revenue
AverageWhat is the typical one worth?Average monthly value per member
MinimumWhat is the smallest?Cheapest active plan
MaximumWhat is the biggest?Largest single deal
Count of different valuesHow many different ones?How many different companies ordered
Ratio / %What share of them?Share of memberships that are active

Sum, Average, Minimum, Maximum and Count of different values each ask for a Field as well — the number they work on. Count of records and Ratio / % do not, because they count records rather than adding a value up, so the Field picker does not appear for them at all.

If the field you pick holds money, the tile formats it as money and shortens it to fit: a tile totalling HK$14,400.00 reads HK$14.4K, with the exact figure shown on hover. Metric tiles live on the same board as your charts and built-in widgets — see Dashboards for the rest of what a dashboard can hold.

Metric tiles are added in Grid mode, the layout where you place and resize each widget yourself.

  1. Open the dashboard and click Customize.
  2. Click Add Widget, leave the type on Counter (KPI), choose the Entity the tile reads, give it a title, and click Add.
  3. Click the new tile to open Configure Widget.
  4. Pick the Measure, then the Field it works on.
  5. Optionally add a Caption under the number, an Accent colour, and Filters.
  6. Click Done, then Save.

The Configure Widget panel: Title "Monthly recurring revenue", Entity Membership, Measure Sum, Field Monthly Value, a caption reading "active memberships", and a filter reading status is active

Drag a tile by its header to move it, and drag its bottom-right corner to resize it. Nothing is stored until you click Save.

Choose Ratio / % as the measure. A percentage is two counts, so the panel asks for both:

  • Count records where… — the top of the fraction. A membership counts here if its Status is active.
  • …out of records where — the bottom. Leave it empty to compare against every record.

On a workspace with six memberships, four of them active, that tile reads 66.7%. Add a condition to the bottom box — say, everything except the ones that have churned — and the same tile answers a narrower question, measured against a smaller group.

The Configure Widget panel with Measure set to Ratio / %, a "Count records where…" box holding the condition status is active, and an empty "…out of records where" box captioned "Leave this empty to compare against every record"

A percentage tile needs a top half. If you leave Count records where… empty, there is nothing to measure, and the tile shows a dash rather than a number. That dash is not 100% — it is a tile waiting for its condition.

Date range narrows the tile to a window of time: Today, Yesterday, This week, Last week, This month, Last month, This quarter, This year, Last year, Last 7 days, Last 30 days, Last 90 days, or All time. Date field says which date that window is measured against — for a membership, its Start Date or its End Date. Leave it on — none — and the window is measured against the day the record was created.

Tick Show ▲/▼ vs previous period and the tile also reports the same measure for the window before it, and the change between the two. A “Last 30 days” tile counting new contacts on a workspace with 40 contacts in total reads 10, marked down 3 against the 13 of the previous thirty days — the number you actually want, rather than the all-time total.

Filters decide which records the tile is allowed to count. Each filter is a field, a comparison and a value, and they all have to be true. The comparisons on offer are is, is not, the four number comparisons (>, , <, ), contains, and has (relation) for a linked record.

contains matches on part of the text rather than the whole of it: on those same six memberships, a contains filter on Status looking for activ counts the four active ones, and a value that matches nothing counts none of them.

A tile with nothing to measure does not show the same thing for every measure, and the difference is deliberate:

  • Sum shows 0. Nothing added up to nothing, and zero revenue is a real answer worth reading.
  • Average shows . There is no average of no records, so the tile says so instead of inventing a zero.

Two tiles side by side: "Monthly recurring revenue" reading HK$0 after being filtered down to no matching records, next to "Members active" reading 66.7%

If a tile shows a dash and you did not expect one, check its filters and its date range first — the usual cause is a filter that matches nothing.

Dashboards have two editing modes, and only one of them will build you a board of several different metrics.

Simple mode offers one counter per entity. Open Customize and the settings panel lists every entity in your workspace with a toggle to show or hide its counter, and a ⚙ to set that counter’s measure, field, filter and comparison. It is the fastest way to turn a single record count into a real figure — but there is one Membership counter, not six, so a board of six different membership metrics is not something Simple mode can express.

The Simple mode settings panel: a Memberships row with a toggle, an Aggregate dropdown set to Average, and a Field dropdown set to Monthly Value (HKD)

Grid mode has no such limit. Add as many Counter (KPI) widgets as you like — several against the same entity, each with its own measure, field, period and filters — and arrange them on the grid. Build the six-tile board here.

Switching between the two modes keeps the dashboard you are on; use the Simple mode / Grid mode button at the top right to move between them.

  • Dashboards — scopes, built-in widgets, charts and layout
  • Formula Functions — work a number out on the record itself, so a tile can total it
  • Views — the same filtering ideas applied to a list of records