Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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!
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |