diff --git a/models/marts/core/fct_order_items.sql b/models/marts/core/fct_order_items.sql index bdb314c..9f8571e 100644 --- a/models/marts/core/fct_order_items.sql +++ b/models/marts/core/fct_order_items.sql @@ -48,7 +48,7 @@ final as ( order_item.item_discount_amount, order_item.item_tax_amount, order_item.net_item_sales_amount, - order_item.gross_item_sales_amount*3 as gross_item_sales_amount + order_item.gross_item_sales_amount*3 as gross_item_sales_amount_2 from order_item