illusionek
Board Regular
- Joined
- Jun 21, 2014
- Messages
- 104
Hello!
I am trying to use this (I hoped) simple function in PowerPivot and got below error message:
'ROUND' has the wrong data type or the result is too large or too small.
I am not sure what's the probem, if I remove round() the calculation works well.
Please help!
I am trying to use this (I hoped) simple function in PowerPivot and got below error message:
'ROUND' has the wrong data type or the result is too large or too small.
I am not sure what's the probem, if I remove round() the calculation works well.
Please help!
Code:
=round(([ExpiryDate]-today())/RELATED('Item Master'[Shelf life days]),0)