The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
11 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
20 | |
15 | |
14 | |
10 | |
7 |