Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

FUNCTION IF - AND

Hi, i need help,

 

I used that function on Excel:

 

=SE(E(I2<=1;L2="B";M2="B");"Título(s) em aberto/Sem limite de crédito";
SE(E(I2<=1;L2="B";M2="A");"Sem limite de crédito";
SE(E(I2<=1;L2="B";M2="");"Sem limite de crédito";
SE(E(I2<=1;L2="A";M2="B");"Título(s) em aberto/Sem limite de crédito";
SE(E(I2>=1;L2="B";M2="A");"Limite de crédito excedido";
SE(E(I2>=1;L2="B";M2="B");"Título(s) em aberto/Limite de crédito excedido";
SE(E(I2>=1;L2="A";M2="B");"Título(s) em aberto";
SE(E(I2>=1;L2="B";M2="");"Limite de crédito excedido";

 

I used Excel on portuguese, so you can replace "SE" for "IF" and "E" for "AND".

How i do that in Power BI?

 

(If you guys need more information, just tell me, please).

 

Tks!

  • Hi Anonymous ,

     

    Below you will see an IF AND statement use && for AND.

    If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
    Nathaniel

     

2 Replies

  • Nathaniel_C's avatar
    Nathaniel_C
    Icon for Community Champion rankCommunity Champion

    Hi Anonymous ,

     

    Below you will see an IF AND statement use && for AND.

    If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
    Nathaniel

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      That work!!! tks so much.