Forum Discussion
Anonymous
6 years agoNot applicable
Dax error
I need your help with that calculation , firstly I used dax to divid CY by LY to yield (Value Divide) , as shown below then used another dax to minus value divide from 1 (value divide - 1) as ...
AntrikshSharma
Community Champion
6 years agoAnonymous Use this
=
IF ( [Value CY] <> BLANK () && [Value LY] <> BLANK (), [Values Divide] )