Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

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!

1 ACCEPTED SOLUTION
Nathaniel_C
Community Champion
Community 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

 

If and.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
Nathaniel_C
Community Champion
Community 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

 

If and.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

That work!!! tks so much.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.