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
New to PowerBI. I have two count columns that I would like to add together and display the results in a card. When I use the =sumx dax, the count columns are not an option to sum.
Solved! Go to Solution.
The format for SUMX would be something like:
SUMX(TableName, TableName[Column1Name] + TableName[Column2Name])
So, the first argument is just the table name, then the calculation you want to do is the 2nd argument.
The format for SUMX would be something like:
SUMX(TableName, TableName[Column1Name] + TableName[Column2Name])
So, the first argument is just the table name, then the calculation you want to do is the 2nd argument.
Thank you!
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |