Documentation Index
Fetch the complete documentation index at: https://lightdash-mintlify-7725ae17.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What are metrics and dimensions?
Metrics and dimensions are defined in your dbt project alongside your dbt model properties.
- Dimensions are used to segment data in your Tables.
- Metrics are used to perform calculations on your Tables.
Say weโre running an ecommerce business, we probably have a table containing all order data. We might want to ask:
This question can be answered using a single metric โthe total number of unique ordersโ and a single dimension for splitting the metric by โstatus of orderโ. In Lightdash youโd get the following chart:
To learn more about why we use dimensions and metrics in Lightdash, read the Lightdash approach to BI.