Forum Discussion

DennisSchlein's avatar
DennisSchlein
Icon for Helper III rankHelper III
4 years ago
Solved

Total beginner, dynamic related table?

Hi  I have my dataset with a numeric value. This can either be less than or equal to 0 - then its "On time". Else its delayed. The values can be from -2 -> what ever. So instead of mapping e...
  • amitchandak's avatar
    4 years ago

    DennisSchlein , a new column in DAX

     

    if([Completiondiff] <= 0 ,"On time" ,"Delayed")