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
 
					
				
		
Hello Experts,
I am new to DAX queries. I am trying to calculate following fields, but unable to do so.
| Column A | Column B | Column C | Column D | 
| 85 | 39 | 30 | 21 | 
my goal is to calculate like this,
ColumnA + Column B + Columm C / Column D
Would be great help if you could help me with this
regards
Solved! Go to Solution.
Hello Ankit,
Thanks for your response. I was able to derive accrurate figure based on the script mentioned below. Not sure why.
Instead, i wrote below one and got the correct answer
divide(Table[Column1] + Table[Column2] + Table[Column3], Table[Column4])
regards
Hi @Anonymous
Please use this. I've shared the output below.
Hello Ankit,
Thanks for your response. I was able to derive accrurate figure based on the script mentioned below. Not sure why.
Instead, i wrote below one and got the correct answer
divide(Table[Column1] + Table[Column2] + Table[Column3], Table[Column4])
regards
Yeah both would work. There are lot of scenarios where multiple solutions are possible.
I'm glad that you were able to solved it.
Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904
 
					
				
				
			
		
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 |