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 September 15. Request your voucher.
Hi,
I summed 14 columns of data using the SUMX function but instead of receiving individual values per row, I've recevied one big summed figure. Should I be doing something differently?
The formula I used is:
MeassureName = SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...)
Solved! Go to Solution.
Hi,
add Calculate before SUMX to change to row context. e.g
CALCULATE(SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...))
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi,
add Calculate before SUMX to change to row context. e.g
CALCULATE(SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...))
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
User | Count |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
203 | |
82 | |
65 | |
48 | |
38 |