Forum Discussion
jmaurer17
1 year agoFrequent Visitor
Help Needed: Issue with Compounding Contract Year Salary Increase Values
Hi everyone, I'm encountering an issue with my DAX measure for calculating the cumulative percentage salary increase over multiple contract years. The measure is not correctly compounding the...
- 1 year ago
Don't see the issue?
jmaurer17
1 year agoFrequent Visitor
Appreciate the response. Here is the input and desired output:
Contract Year Salary Inc input parameter Expected Cumulative % Increase
| CY 1 - 2.0% | 2.00% |
| CY 2 - 3.0% | 5.06% (2% compounded with 3%) |
| CY 3 - 3.0% | 8.14% (2% → 3% → 3% compounded) |
So the user a inputs a contract year salary increase percentage for one or all of the contract years. I get numbers close to this figure, but not exact - leading me to suspect a precision error.
- lbendlin1 year ago
Super User
So the user a inputs a contract year salary increase percentage for one or all of the contract yearsHow? How does the user input these numbers?