Table.AddColumn
निर्दिष्ट नाम का स्तंभ जोड़ता है. इनपुट के रूप में ली गई प्रत्येक पंक्ति के साथ निर्दिष्ट चयन फ़ंक्शन का उपयोग करके मान को संगणित किया जाता है.
Syntax
Table.AddColumn(
table as table,
newColumnName as text,
columnGenerator as function,
optional columnType as type
) as table