Forum Discussion
SandipGhosh
6 years agoFrequent Visitor
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 ...
- 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.
amitchandak
Super User
6 years agoSandipGhosh , 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.
- SandipGhosh6 years agoFrequent Visitor
Hi,
Can you writeen the reply in english please.