Forum Discussion

rebrow31's avatar
rebrow31
Helper I
3 years ago
Solved

Multiple arguments IF statement

Hi, 

 

Simplified, I have the below data loaded in to Power BI: 

 

 

I want Power BI to calculate in a column whether the actual time arrived is considered early, on time, or late. But I have different conditions on different suppliers. 

 

  • Supplier 1: If Actual time Arrived is +/-60 mins of Time Expected, then it is 'On Time'. If it is more than -60 than time Expected, then it is 'Early. If it is more than +60 than Time Expected, then it is 'Late'.
  • Supplier 2: If Actual time Arrived is +/-255 mins of Time Expected, then it is 'On Time'. If it is more than -255 than time Expected, then it is 'Early. If it is more than +255 than Time Expected, then it is 'Late'.
  • Supplier 3: If Actual time Arrived is +/-255 mins of Time Expected, then it is 'On Time'. If it is more than -255 than time Expected, then it is 'Early. If it is more than +255 than Time Expected, then it is 'Late'.
  • Supplier 4: If Actual time Arrived is +/-255 mins of Time Expected, then it is 'On Time'. If it is more than -255 than time Expected, then it is 'Early. If it is more than +255 than Time Expected, then it is 'Late'.

 

How is it possible to write in Power BI so I have a column stating whether each delivery was either on time, early or late? 

 

Thanks