Skip to main content
Metrics type: Key MetricsCategory: DBU Burn

At a glance

Databricks Units (DBU) consumed over the last 7 days, attributed per cluster and ranked highest first. DBU is the normalised unit Databricks bills on: every cluster, SQL warehouse, and job-compute resource burns DBU per hour at a rate set by instance type and workload (Jobs, All-Purpose, SQL). This card answers the question a platform owner asks every Monday: “Which clusters spent our money last week, and is the ranking what I expected?” A single cluster quietly dominating the bar chart is the most common root cause of an unexplained invoice.

Calculation

For each cluster in the workspace, Vortex IQ sums usage_quantity (the DBU figure) across all system.billing.usage rows whose usage_date falls inside the rolling 7-day window and whose usage_metadata.cluster_id matches that cluster:
The clusters are then sorted descending and rendered as a horizontal bar chart. Three details matter:
  1. All SKUs are included. A single cluster can burn DBU under more than one sku_name (for example ENTERPRISE_ALL_PURPOSE_COMPUTE for interactive use and ENTERPRISE_JOBS_COMPUTE if it also runs scheduled jobs). The card sums across SKUs per cluster so the bar reflects total spend on that cluster, not one workload type.
  2. DBU, not currency, is the native unit. The card displays DBU because the $/DBU rate varies by SKU and by contract. If your connector profile carries a blended rate, an optional currency overlay is shown; otherwise DBU is authoritative and directly reconcilable against the Databricks account console.
  3. Photon and serverless are counted. Photon-accelerated clusters burn DBU at a higher multiplier; serverless SQL and serverless jobs report their own SKUs. All appear in the same ranking so a “cheap looking” serverless workload that is actually expensive is not hidden.

Worked example

A retail analytics platform team runs a single Databricks workspace on AWS feeding the company’s reporting lakehouse. Snapshot taken on 15 Apr 26 covering 08 Apr 26 to 15 Apr 26. Total for the week: 11,240 DBU. At the team’s blended rate of £0.42/DBU that is roughly £4,720 of Databricks spend for the week, before the underlying AWS EC2 cost. What the platform owner reads from this:
  1. The nightly ETL is the biggest line, and that is expected. prod-etl-nightly topping the chart is healthy: it is the workload that produces the business’s core tables. The owner’s job here is not to cut it but to confirm it has not crept. Comparing against last week’s snapshot, it was 3,950 DBU, so a 7% rise. Worth a glance but not an alarm; pair with Avg DBU per Job Run to see whether the rise is more runs or heavier runs.
  2. The shared all-purpose cluster is the suspicious line. analyst-shared-ap at 3,880 DBU is almost as expensive as the entire production ETL, and it is interactive, meaning analysts leave it running. Cross-reference Idle Cluster DBU Wasted (24h): if a large slice of that 3,880 was burned with no active query, the fix is a tighter auto-termination setting (drop from 120 minutes to 30) rather than a smaller cluster.
  3. The “Unattributed” bar is a governance gap, not a workload. 520 DBU with no tag means some compute is being created without the team’s tagging policy applied (often ad-hoc clusters spun up from notebooks). It is only 4.6% of spend today, but untagged compute is the seed of next quarter’s unexplained invoice. The action is to enforce a cluster policy that requires the cost_centre / job_id tag.

Sibling cards to read alongside

Reconciling against the source

Where to look in Databricks:
Account console → Usage is the authoritative billing view. Filter by the 7-day range and group by cluster to match this card. System tables: query system.billing.usage directly in a SQL warehouse, grouping by usage_metadata.cluster_id and summing usage_quantity for the same dates. This is the exact source the card reads. Cluster details: the Compute page shows each cluster’s DBU/hour rate and current state to sanity-check the per-bar attribution.
A reconciling query you can run in a Databricks SQL editor:
Why our number may legitimately differ from the console: Cross-connector reconciliation:

Known limitations / FAQs

Why is DBU shown instead of pounds or dollars? DBU is the unit Databricks itself bills on and the only figure that reconciles exactly against the account console. The $/DBU rate varies by SKU (Jobs compute is cheaper than All-Purpose) and by your contract, so converting to currency requires a blended rate that can mislead. If your connector profile carries that rate, a currency overlay is shown, but DBU stays authoritative. A cluster I deleted last week still appears in the chart. Is that a bug? No. The card attributes the DBU that cluster burned while it was alive during the 7-day window. Deleting a cluster does not erase its historical usage. The bar will roll off naturally as those days exit the rolling window. What is the “Unattributed” bar? Compute whose usage rows carry no resolvable cluster_id or job_id tag, typically ad-hoc clusters created from notebooks without your tagging policy applied. It is a governance signal: enforce a cluster policy that mandates a cost_centre tag and the bar shrinks toward zero. Does this include the underlying cloud (EC2 / VM) cost? No. DBU is the Databricks software charge only. The cloud-provider compute and storage sit on a separate invoice from AWS, Azure, or GCP. To see total cost of ownership, add your cloud bill to the DBU spend; this card covers the Databricks line. My system tables are not enabled. Does the card still work? Yes, with a fallback. If system.billing.usage is not available (Unity Catalog system schemas not turned on), the engine reads the account-level Billable Usage log via the usage API. The granularity is slightly coarser (it may attribute by SKU and tag rather than precise cluster_id), but the per-cluster ranking is preserved where tags exist. Enabling system tables gives the most accurate attribution. Serverless SQL is a big part of our spend but I do not see it here. Serverless SQL bills at the warehouse level, not against a classic interactive cluster_id, so it is attributed to Active SQL Warehouses rather than appearing as a cluster bar. The total DBU is still captured in DBU Burned (24h); the per-cluster chart is specifically the classic-compute view. Why does the biggest bar change which cluster it is from week to week? Healthy variation. Month-end reporting jobs, ad-hoc model retraining, or a backfill will temporarily push a normally small cluster to the top. The card is most useful read as a trend: a cluster that climbs the ranking for three weeks running is the one to investigate, not a one-week spike that has an obvious cause.

Tracked live in Vortex IQ Nerve Centre

DBU by Cluster (7d) is one of hundreds of KPI pulses Vortex IQ tracks across Databricks and 70+ other ecommerce connectors. Nerve Centre runs the detection layer; Vortex Mind investigates the cause when something moves; Ask Viq lets you interrogate any number in plain English. Start for free or book a demo to see this metric running on your own data.