Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
13 | |
11 | |
9 | |
8 | |
8 |