Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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)
User | Count |
---|---|
11 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
16 | |
10 | |
7 |