diff --git a/models/marts/core/fct_order_items.sql b/models/marts/core/fct_order_items.sql index 48552df..4e64548 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 as gross_item_sales_amount + order_item.gross_item_sales_amount*2 as gross_item_sales_amount from order_item