Forum Discussion
mathias1998
3 years agoFrequent Visitor
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...
- 3 years ago
replace "insert right fomula here" with:
List.NonNullCount(PreviousStepName[old column])
wdx223_Daniel
3 years agoCommunity Champion
replace "insert right fomula here" with:
List.NonNullCount(PreviousStepName[old column])
mathias1998
3 years agoFrequent Visitor
Thank you!