ADDCOLUMNS function DAX
ADDCOLUMNS is a POWER BI Table Manipulation Functions in DAX which is used to add a calculated columns in table. Basically, ADDCOUMNS returns a table… Read More »ADDCOLUMNS function DAX
![]()
ADDCOLUMNS is a POWER BI Table Manipulation Functions in DAX which is used to add a calculated columns in table. Basically, ADDCOUMNS returns a table… Read More »ADDCOLUMNS function DAX
![]()
CONCATENATEX function is a Power Bi text function in DAX, which evaluates expression for each row on the table, then return the concatenation of those values in a single string result, separated by the specified delimiter
![]()