Forum Discussion

Aurélien's avatar
Aurélien
Frequent Visitor
5 years ago
Solved

Response times

Bonjour,   J'ai un problème dans Power BI, je n'arrive pas à calculer les délais d'intervention J'ai: "La date de création du ticket" au format JJ / MM / AAA HH: MM: SS "Date d'intervention" a...
  • lbendlin's avatar
    lbendlin
    5 years ago

    There is a difference between an empty string ("") and no data (null).  The COALESCE function only works with the second scenario.  If you know that for BP your demand data may be an empty string ""  then you need to either adjust the first line, or replace the empty string with BLANK() (which produces a null value)