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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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 there any example for that?
Solved! Go to Solution.
@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.
Create a subset of the table in Power BI and add calculations using SELECTCOLUMNS DAX Function
And further the above article makes it all very clear :}
@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.
Hi,
Can you writeen the reply in english please.
Hi @SandipGhosh ,
You can refer following links on details on both of these DAX functions:
https://docs.microsoft.com/en-us/dax/addcolumns-function-dax
https://docs.microsoft.com/en-us/dax/selectcolumns-function-dax
In addition in the below blog, it is shown how SELECTCOLUMNS can be a representation of ADDCOLUMNS and SUMMARIZE functions:
https://blog.crossjoin.co.uk/2015/06/01/using-selectcolumns-to-alias-columns-in-dax/
Thanks,
Pragati
Hi @SandipGhosh ,
This is explained in the Remarks section: https://dax.guide/selectcolumns/
Please check it.
_______________
If I helped, please accept the solution and give kudos! 😀
Hi,
it stated that "SELECTCOLUMNS starts with an empty table before adding columns." I dont understand what does it mean?
Can you explain me that?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.