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, I need to create a calculated percentage by using a formula that would allow me to do = 1-(variance/opportunity) I know this is an Excel formula but I need to find a DAX equivalent.
Solved! Go to Solution.
Hello @Anonymous
why what's your issue? I think you can do the same in dax, like measure= 1- divide(variance, opportunity)
Thank you I really appreciate your reply. It works, of course.
Hello @Anonymous 
You can use below one in the creating a Measure
Percentage = 1 - DIVIDE( TableName[Variance], TableName[Opportunity] )
Thank you I really appreciate your reply. It works, of course.
Hello @Anonymous
why what's your issue? I think you can do the same in dax, like measure= 1- divide(variance, opportunity)
 
					
				
				
			
		
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 | |
| 10 | |
| 9 |