Forum Discussion
issue with measure calculation
- 1 year ago
Believe your issue is a rounding issue. Your value of 162 is probably closer to 161.65. You are simply displaying a rounded value. To test this, display two decimal places in your [abc] measure in your visual.
You can fix this by using the ROUND function in your [abc] measure. This should round up the result to 162 which will give the percentage you are looking for.Hope this resolves your issue.
Regards,
Believe your issue is a rounding issue. Your value of 162 is probably closer to 161.65. You are simply displaying a rounded value. To test this, display two decimal places in your [abc] measure in your visual.
You can fix this by using the ROUND function in your [abc] measure. This should round up the result to 162 which will give the percentage you are looking for.
Hope this resolves your issue.
Regards,