Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
In Table.AddColumn function, which default parameter is used to define execute for all rows?
Solved! Go to Solution.
The third parameter to this function is a columnGenerator as function - see the documentation here you can use the each expression there, as illustrated in the example.
BTW if we add a Custom Column via the UI and use the displayed dialog box, we don’t have to write the each expression just the condition - the UI will write the rest of the code for.
The third parameter to this function is a columnGenerator as function - see the documentation here you can use the each expression there, as illustrated in the example.
BTW if we add a Custom Column via the UI and use the displayed dialog box, we don’t have to write the each expression just the condition - the UI will write the rest of the code for.