Skip to main content

Schermafbeelding 2022-12-15 om 05.37.56

Do you have the Late Delivery activity in your activity table ?

 

If yes you can do the following

 

0.75 * SUM(CASE WHEN ACTIVITY_TABLE.ACTIVITY = 'LATE DELIVERY' THEN DELIVERED_QUANTITY END)

 

If no use a similar case when statement with the logic for late delivery.

 

Hope this helps !


Hi, late delivery is not in my table. I only have promised delivery time and actual delivery time. I used that to create a separate dimension 'late delivery', 'early delivery', and 'on time delivery'. So any ideas how i can use that to filter inside my KPI?

Already many thanks for your answer

 


I think i have done it. Many thanks for the help Abhishek!

 


Reply