Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
Can someone help me understand why this Measure is not working?
Solved! Go to Solution.
Hi @agius ,
Try simplifying it and see if you are getting the correct values.
Measure =
Var a = SUM('Adform - Devices'[NDC])
var b = SUM('Adform - Devices'[Impressions])
RETURN
//a
//b
DIVIDE(a,b) * 1000
Hi @agius ,
Try simplifying it and see if you are getting the correct values.
Measure =
Var a = SUM('Adform - Devices'[NDC])
var b = SUM('Adform - Devices'[Impressions])
RETURN
//a
//b
DIVIDE(a,b) * 1000
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article 
My Community Blog Articles (check them out!) 
My Blog   -  Power M code to automatically detect column types - 
 How to create test data using DAX! 
 
					
				
				
			
		
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 | 
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |