Forum Discussion

mathias1998's avatar
mathias1998
Frequent Visitor
3 years ago
Solved

Counta in an Power Query if statement

Hi,   I am trying to make an if statement for a new custom column, where the rows will:   - have -1 if the row in the old column contains a date - have 0 if the row in the old column contains nu...
  • wdx223_Daniel's avatar
    3 years ago

    replace "insert right fomula here" with:

    List.NonNullCount(PreviousStepName[old column])