Forum Discussion
stefanymonteiro
2 years agoFrequent Visitor
Measure with multiple conditions
Hello, just getting back to power bi after a while, and I have the following problem and data: I have this table as if a register table Client Id Client Name Charge? Minimum Monthly Valu...
- 2 years ago
hi, stefanymonteiro
stefanymonteirothese output achieve
use below measure
result =var a = max(a1[minimum])var b = sum(a2[value])var c = max(a1[charge?])="yes"var e = sum(a1[monthly value])var d = if(c=TRUE(),IF(a>b,a+e,b+e),0)return dadjust tour table namebut i have question regard these
is there table present of these value ?
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
stefanymonteiro
2 years agoFrequent Visitor
Hi, some_bih
Exactly!!