Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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:
You are just creating a table using hard code values....
Thanks.
I think I get it. Its creating a table using table constructor
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({"Last 2 Months"},"Period",[Value])
Yes, but in this case neither the table exist nor the [Value] but its still giving me results.
User | Count |
---|---|
17 | |
14 | |
14 | |
13 | |
12 |
User | Count |
---|---|
19 | |
15 | |
15 | |
11 | |
10 |