Forum Discussion
Hamdan1234
Helper III
4 years agoTwo IF condition based on measure
I have a measure of Dax and I want to create another measure based on it. Below given table is measure condition and outcome that should come. Measure Status Outcome 23/12/2021 Y Complia...
- 4 years agoThis worked for me
Outcome =SWITCH(TRUE(),'Table'[Status]="N","Not Required",'Table'[Status]="Y" && [Measure]<TODAY(),"Non Compliant","Complaint")
amaniramahi
Helper V
4 years agoHi,
tbh I think we need you to elaborate..
the table above is the outcome or the table you have?
- Hamdan12344 years ago
Helper III
Hello amaniramahi ,
First two columns are to be used while third column is what I am expecting the answer should be.
- amaniramahi4 years ago
Helper V
so check my other comment