IF Statement using Power Query
If you're stuck with a syntax error and looking for the short answer, here it is.
if Condition 1 then results if true else results if false
if Condition 1 then results if true
else if Condition 2 then results if false
...
virajr.hashnode.dev5 min read