I am trying to create a measure that says (basically) if the value in a column doesn't exists, display "No", otherwise display the column. Currently, I can't get this to pull in the column. This is essentially what I'm trying to accomplish
Status = IF(Table[Column] = BLANK(), "No", Table[Column])
Currently, the only thing I can get to work is this: Status = IF(CALCULATE(COUNTA(Table[Column])) = BLANK(), "No", "Yes")
Aucun commentaire:
Enregistrer un commentaire