Forum Discussion

SandipGhosh's avatar
SandipGhosh
Frequent Visitor
6 years ago
Solved

What is the difference between addcolumns and selectcolumns in DAX?

Hi, We all know that both addcolumns and selectcolumns have almost the same syntax and return a table, but I want to know that What is the difference between addcolumns and selectcolumns in DAX? is ...
  • amitchandak's avatar
    6 years ago

    SandipGhosh , In case, addcolumn, exiting column are already selected and you add post that. The column that are there in table part of the addcolumn.

    Selectcolumn is select each column/formula with a new name. There is nothing selected beforehand.