Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |