⚠️ Problem
We currently have the column x_TotalSavings but that is in the default currency of the customer
🛠️ Solution
We should add this column.
x_TotalSavingsInUsd = Costs[x_ListCostInUsd] - Costs[x_EffectiveCostInUsd]
ℹ️ Additional context
This is a workaround. I think this column should be created at KQL level.
We currently have the column
x_TotalSavingsbut that is in the default currency of the customer🛠️ Solution
We should add this column.
x_TotalSavingsInUsd = Costs[x_ListCostInUsd] - Costs[x_EffectiveCostInUsd]ℹ️ Additional context
This is a workaround. I think this column should be created at
KQLlevel.