let Zdroj = #table({"Číslo", "Číslo_text"},{{1,2},{1,"a"}}), Sloupec = Table.AddColumn(Zdroj, "Vypocet", each [Číslo]*[Číslo_text]) in Sloupec let Zdroj = #table({"Číslo", "Číslo_text"},{{1,2},{1,"a"}}), Sloupec = Table.AddColumn(Zdroj, "Vypocet", each try [Číslo]*[Číslo_text] otherwise 0) in Sloupec