Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Help with writing AND DAX command

this is the original excel command : 

=IF(Y2>=60%,"Fresh",IF(AND(Y2<60%,Y2>=30%),"NE",IF(AND(Y2<30%,Y2>=5%),"VNE","Expired")))

 

, i want to write it in power bi with a column named [custom].

 

I'd appreciate some help.

 

Thank you

2 Replies