Guinaba
Board Regular
- Joined
- Sep 19, 2018
- Messages
- 233
- Office Version
- 2016
- Platform
- Windows
Hi guys,
I am using DAX to calculate : (A-B)/B, so using DAX I did the following:
Total_Fcst = sum(Fcst (LItrres))
Total_PO = sum(PO (LItres)
Fcst/PO (%) = (Total_Fcst - Total_PO)/Total_Fcst , but I am not gettng the same result as the validation. Should I fix the denominator?
I am using DAX to calculate : (A-B)/B, so using DAX I did the following:
Total_Fcst = sum(Fcst (LItrres))
Total_PO = sum(PO (LItres)
Fcst/PO (%) = (Total_Fcst - Total_PO)/Total_Fcst , but I am not gettng the same result as the validation. Should I fix the denominator?