Forum Discussion
Weekly Growth Rates
- 4 years ago
Thank you!!! This worked perfectly. One question - some of the %s are off by one decimal - what would be the reason for that. Both my total ordering accounts and previous week are set as whole numbers.
- 4 years ago
Hi:
I'm wondering if it's a rounding thing?
You could try some rounding functions like
The following expression rounds 1.3 to the nearest multiple of .2. The expected result is 1.4.
DAXCopy= MROUND(1.3,0.2):Can you markthe initial question as solved? Thanks...
Thank you!!! This worked perfectly. One question - some of the %s are off by one decimal - what would be the reason for that. Both my total ordering accounts and previous week are set as whole numbers.
Hi:
I'm wondering if it's a rounding thing?
You could try some rounding functions like
The following expression rounds 1.3 to the nearest multiple of .2. The expected result is 1.4.
= MROUND(1.3,0.2) :Can you markthe initial question as solved? Thanks...