HI All,
I am trying to create a calculated column using an if/and DAX statement in PowerPivot and for some reason I keep getting errors so I am not sure if its the formula or if I am completely unable to perform what I want. My formula is below, can someone please help
=IF(([Actual Order Units]=0 && [Forecast Units (30)]>0), "No DMD W/FCST" , ([Actual Order Units]/[Forecast Units (30)]))
I am trying to create a calculated column using an if/and DAX statement in PowerPivot and for some reason I keep getting errors so I am not sure if its the formula or if I am completely unable to perform what I want. My formula is below, can someone please help
=IF(([Actual Order Units]=0 && [Forecast Units (30)]>0), "No DMD W/FCST" , ([Actual Order Units]/[Forecast Units (30)]))