Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
SandipGhosh
Frequent 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 there any example for that?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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.

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

6 REPLIES 6
garythomannCoGC
Impactful Individual
Impactful Individual

amitchandak
Super User
Super User

@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.

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi,

Can you writeen the reply in english please.

Pragati11
Super User
Super User

Hi @SandipGhosh ,

 

  • ADDCOLUMNS allows you to add new calculated columns in an existing table.
  • SELECTCOLUMNS allows you to select columns from an original table, without starting with the defined structure of the original table

Pragati11_0-1597921705379.png

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

 

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

lkalawski
Super User
Super User

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?

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.