diff --git a/models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql b/models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql index aa62049..b59abc2 100644 --- a/models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql +++ b/models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql @@ -6,7 +6,7 @@ select date as date, {{ capitalise_and_remove_underscores("time_granularity") }} as time_granularity, {{ capitalise_and_remove_underscores("dimension") }} as dimension, - {{ capitalise_and_remove_underscores("dimension_value") }} as dimension_value, + dimension_value as dimension_value, created_services as created_services, booking_with_created_services_count as booking_with_created_services_count from int_kpis__product_new_dash_agg_metrics