SELECT reports Databricks platform spend, priced using Databricks' own system.billing.usage and system.billing.list_prices system tables. You can run the query below directly against your own Databricks workspace to independently verify SELECT's numbers.
This only covers Databricks platform spend. It does not include underlying cloud infrastructure spend (e.g. Azure, AWS, or GCP compute/storage billed directly by the cloud provider), which is a separate cost outside of what SELECT currently reports.
Fill in your workspace_id and account_id in the params CTE, and any negotiated discounts in the discounts CTE, then run the query in a Databricks SQL editor connected to your workspace. The total should line up with SELECT's Cost Explorer for the same date range.



