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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply

SELECTCOLUMNS

Hi,

I am fairly new to DAX and came across this line of code which I am unable to understand.

If understand correctly SELECTCOLUMNS take table as first argument. But in the case below {"Last 2 Months"}

doesn't exist. Also, not sure where [Value] is coming from and how its being recognized. Any help would be appreciated.

 

 

DAX:

Tbl =
SELECTCOLUMNS({"Last 2 Months"},"Period",[Value])
 
Result:
Period
----------------
Last 2 Months
-----------------
 
Thanks
5 REPLIES 5
camargos88
Community Champion
Community Champion

@BenazirMohammad ,

 

You are just creating a table using hard code values....



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Thanks.

I think I get it. Its creating a table using table constructor 

{"Last 2 Months"} and the then pulling the Value using SelectColumns.
 
 
camargos88
Community Champion
Community Champion

@BenazirMohammad ,

 

What are you trying to do ?

 

SELECTCOLUMNS selects the columns you want to keep from a table, create new headers and/or add some expressions.

 

SELECTCOLUMNS – DAX Guide



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



SELECTCOLUMNS({"Last 2 Months"},"Period",[Value])

 

Yes, but in this case neither the table exist nor the [Value] but its still giving me results.

 

2020-12-04 15_43_42-Window.png

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.