To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone,
First two columns are not measures, other are all measures. I Want to create a measure to sum the last column. i tried this:
I hope someone can help me 😄
Solved! Go to Solution.
Hi there!
It would look something like this
SUMX( ADDCOLUMNS( SUMMARIZE( Table, NumSem, AñoSemOrd), "@Measure", [Suma Elasticidades para sacar elasticidad material], [@Measure]
Let me know if that helps!
Hi there!
It would look something like this
SUMX( ADDCOLUMNS( SUMMARIZE( Table, NumSem, AñoSemOrd), "@Measure", [Suma Elasticidades para sacar elasticidad material], [@Measure]
Let me know if that helps!
it worked perfectly.
Ty vry much.
Ty vry much for responding.
What do you refer with "@Measure". The name of my new measure?
the measure uses ADDCOLUMNS, so "@Measure" y the name of the new column you are adding on your calculation, its just a name. The thing is that its a good practice to use @ on new columns created when using ADDCOLUMNS or any other function that lets you do that, it helps to identify them
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |