Purpose
This measure is used to calculate a new price required to achieve a specified target discount rate. It supports pricing decisions by illustrating how prices need to adjust to align with discount guidelines and commercial policies.
Business Context
In pricing scenarios where discount levels vary across transactions, it is important to understand how price adjustments impact discount positioning. This measure enables business users to simulate how the current price would change if a target discount rate were applied, ensuring consistency and compliance with pricing strategies.
Definition
The measure calculates a new price by adjusting the current price to reflect the target discount rate relative to the current discount rate.
Business Formula
New Price = Current Price × (1 − Target Discount Rate) ÷ (1 − Current Discount Rate)
Agent Expression
CurrentPrice * (1 - TargetDiscountRate) / NULLIF((1 - CurrentDiscountRate), 0)