Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Try Otherwise in M (Error Replacement)

Hello,   I got a question. I got a lot of errors because the date field is empty. So I thought a error handling with try otherwise could help me out but how can I implement it? (I just put in 1 col...
  • Anonymous's avatar
    Anonymous
    8 years ago

    It was easier then i thought

     

    #"Replace Error" = Table.ReplaceErrorValues(#"Geänderter Typ", {{"Pat-Geb-Datum", ""}})

     

    But is there a way to make a for each loop for all columns with dates in the whole table?